Html Css Color HEX #91E4EA Blizzard Blue

📋 copy color: '#91E4EA'

red 145 ◦ green 228 ◦ blue 234

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

Shades of Blizzard Blue #91E4EA

Tints of Blizzard Blue #91E4EA

RGB

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

 GREEN value IS 228 (89.45% from 255) = 37.56%

 BLUE value IS 234 (91.8% from 255) = 38.55%

R = 23.89%
G = 37.56%
B = 38.55%

CMYK

 C value IS 0.38

 M value IS 0.03

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#91E4EA (or 0x91E4EA) is known color: Blizzard Blue. HEX triplet: 91, E4 and EA. RGB value is (145,228,234). Sum of RGB (Red+Green+Blue) = 145+228+234=607 (80% of max value = 765). Red value is 145 (57.03% from 255 or 23.89% from 607); Green value is 228 (89.45% from 255 or 37.56% from 607); Blue value is 234 (91.80% from 255 or 38.55% from 607); Max value from RGB is 234 - color contains mainly: blue. Hex color #91E4EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91E4EA is #6E1B15. Grayscale: #CBCBCB. Windows color (decimal): -7215894 or 15393937. OLE color: 15393937.

HSL color Cylindrical-coordinate representation of color #91E4EA: hue angle of 184.04º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #91E4EA is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 145 228 234 -
CMYK 0.38 0.03 0 0.08
HSL 184.04º 0.68% 0.74% -
HSV(B) 184.04º 0.38% 0.92% -
XYZ 54.27 67.45 88 -
YUV 203.87 145 86.01 -
System Red Green Blue C M Y K H S L
Decimal 145 228 234 0.38 0.03 0 0.08 184.04 0.68 0.74
Hex 91 E4 EA 26 3 0 8 B8 44 4A
Octal 221 344 352 46 3 0 10 270 104 112
Binary 10010001 11100100 11101010 100110 11 0 1000 10111000 1000100 1001010

Color Harmonies of #91E4EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91E4EA

Black with #91E4EA

Text Example


Text Example

White with #91E4EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,228,234); }

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

background-color css

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

 a { background-color: rgb(145,228,234); }

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

border-color css

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

 span { border-color: rgb(145,228,234); }

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