#91F3EB

Color #91F3EB Blizzard Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blizzard Blue #91F3EB

Tints of Blizzard Blue #91F3EB

Color information

#91F3EB (or 0x91F3EB) is unknown color: approx Blizzard Blue. HEX triplet: 91, F3 and EB. RGB value is (145,243,235). Sum of RGB (Red+Green+Blue) = 145+243+235=623 (82% of max value = 765). Red value is 145 (57.03% from 255 or 23.27% from 623); Green value is 243 (95.31% from 255 or 39.00% from 623); Blue value is 235 (92.19% from 255 or 37.72% from 623); Max value from RGB is 243 - color contains mainly: green. Hex color #91F3EB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #91F3EB is #6E0C14. Grayscale: #D4D4D4. Windows color (decimal): -7212053 or 15463313. OLE color: 15463313.

HSL color Cylindrical-coordinate representation of color #91F3EB: hue angle of 175.1º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #91F3EB is Cyan = 0.40, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB145243235-
CMYK0.4000.030.05
HSL175.1º80.33%76.08%-
HSV(B)175.1º40.33%95.29%-
XYZ58.7276.1290.19-
YUV212.79140.5379.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 145 (57.03% from 255) = 23.27%
GREEN value IS 243 (95.31% from 255) = 39.00%
BLUE value IS 235 (92.19% from 255) = 37.72%
R=23.27%
G=39.00%
B=37.72%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1452432350.4000.030.05175.180.3376.08
Hex91F3EB28035af504c
Octal22136335350035257120114
Binary1001000111110011111010111010000111011010111110100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91F3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91F3EB; }

 p { color: rgb(145,243,235); }

 H1.HeaderClassName
 {
   color: #91F3EB;
 }
 .AnyTagClassName
 {
   color: #91F3EB;
 }
</style>
background-color css

<style>
 a { background-color: #91F3EB; }

 a { background-color: rgb(145,243,235); }

 div.DivClassName
 {
   background-color: #91F3EB;
 }
 .BgClassName
 {
   background-color: #91F3EB;
 }
</style>
border-color css

<style>
 span { border-color: #91F3EB; }

 span { border-color: rgb(145,243,235); }

 td.TdClassName
 {
   border-color: #91F3EB;
 }
 .TagClassName
 {
   border-color: #91F3EB;
 }
</style>