Html Css Color HEX #99EAE2 Blizzard Blue

📋 copy color: '#99EAE2'

red 153 ◦ green 234 ◦ blue 226

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

Shades of Blizzard Blue #99EAE2

Tints of Blizzard Blue #99EAE2

RGB

 RED value IS 153 (60.16% from 255) = 24.96%

 GREEN value IS 234 (91.8% from 255) = 38.17%

 BLUE value IS 226 (88.67% from 255) = 36.87%

R = 24.96%
G = 38.17%
B = 36.87%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#99EAE2 (or 0x99EAE2) is known color: Blizzard Blue. HEX triplet: 99, EA and E2. RGB value is (153,234,226). Sum of RGB (Red+Green+Blue) = 153+234+226=613 (81% of max value = 765). Red value is 153 (60.16% from 255 or 24.96% from 613); Green value is 234 (91.80% from 255 or 38.17% from 613); Blue value is 226 (88.67% from 255 or 36.87% from 613); Max value from RGB is 234 - color contains mainly: green. Hex color #99EAE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99EAE2 is #66151D. Grayscale: #D0D0D0. Windows color (decimal): -6690078 or 14871193. OLE color: 14871193.

HSL color Cylindrical-coordinate representation of color #99EAE2: hue angle of 174.07º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99EAE2 is Cyan = 0.35, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB 153 234 226 -
CMYK 0.35 0 0.03 0.08
HSL 174.07º 0.66% 0.76% -
HSV(B) 174.07º 0.35% 0.92% -
XYZ 56.29 71.11 82.71 -
YUV 208.87 137.66 88.15 -
System Red Green Blue C M Y K H S L
Decimal 153 234 226 0.35 0 0.03 0.08 174.07 0.66 0.76
Hex 99 EA E2 23 0 3 8 AE 42 4C
Octal 231 352 342 43 0 3 10 256 102 114
Binary 10011001 11101010 11100010 100011 0 11 1000 10101110 1000010 1001100

Color Harmonies of #99EAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99EAE2

Black with #99EAE2

Text Example


Text Example

White with #99EAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99EAE2; }

 p { color: rgb(153,234,226); }

 H1.HeaderClassName
 {
   color: #99EAE2;
 }
 .AnyTagClassName
 {
   color: #99EAE2;
 }
</style>

background-color css

<style>
 a { background-color: #99EAE2; }

 a { background-color: rgb(153,234,226); }

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

border-color css

<style>
 span { border-color: #99EAE2; }

 span { border-color: rgb(153,234,226); }

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