Html Css Color HEX #91E0EC Blizzard Blue

📋 copy color: '#91E0EC'

red 145 ◦ green 224 ◦ blue 236

#91E0EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blizzard Blue #91E0EC

Tints of Blizzard Blue #91E0EC

RGB

 RED value IS 145 (57.03% from 255) = 23.97%

 GREEN value IS 224 (87.89% from 255) = 37.02%

 BLUE value IS 236 (92.58% from 255) = 39.01%

R = 23.97%
G = 37.02%
B = 39.01%

CMYK

 C value IS 0.39

 M value IS 0.05

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#91E0EC (or 0x91E0EC) is known color: Blizzard Blue. HEX triplet: 91, E0 and EC. RGB value is (145,224,236). Sum of RGB (Red+Green+Blue) = 145+224+236=605 (80% of max value = 765). Red value is 145 (57.03% from 255 or 23.97% from 605); Green value is 224 (87.89% from 255 or 37.02% from 605); Blue value is 236 (92.58% from 255 or 39.01% from 605); Max value from RGB is 236 - color contains mainly: blue. Hex color #91E0EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91E0EC is #6E1F13. Grayscale: #C9C9C9. Windows color (decimal): -7216916 or 15523985. OLE color: 15523985.

HSL color Cylindrical-coordinate representation of color #91E0EC: hue angle of 187.91º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #91E0EC is Cyan = 0.39, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 145 224 236 -
CMYK 0.39 0.05 0 0.07
HSL 187.91º 0.71% 0.75% -
HSV(B) 187.91º 0.39% 0.93% -
XYZ 53.47 65.39 89.16 -
YUV 201.75 147.33 87.52 -
System Red Green Blue C M Y K H S L
Decimal 145 224 236 0.39 0.05 0 0.07 187.91 0.71 0.75
Hex 91 E0 EC 27 5 0 7 BC 47 4B
Octal 221 340 354 47 5 0 7 274 107 113
Binary 10010001 11100000 11101100 100111 101 0 111 10111100 1000111 1001011

Color Harmonies of #91E0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91E0EC

Black with #91E0EC

Text Example


Text Example

White with #91E0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,224,236); }

 H1.HeaderClassName
 {
   color: #91E0EC;
 }
 .AnyTagClassName
 {
   color: #91E0EC;
 }
</style>

background-color css

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

 a { background-color: rgb(145,224,236); }

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

border-color css

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

 span { border-color: rgb(145,224,236); }

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