Html Css Color HEX #99E7E6 Blizzard Blue

📋 copy color: '#99E7E6'

red 153 ◦ green 231 ◦ blue 230

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

Shades of Blizzard Blue #99E7E6

Tints of Blizzard Blue #99E7E6

RGB

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

 GREEN value IS 231 (90.63% from 255) = 37.62%

 BLUE value IS 230 (90.23% from 255) = 37.46%

R = 24.92%
G = 37.62%
B = 37.46%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.00

 K value IS 0.09

RGB Variations

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

Color information

#99E7E6 (or 0x99E7E6) is known color: Blizzard Blue. HEX triplet: 99, E7 and E6. RGB value is (153,231,230). Sum of RGB (Red+Green+Blue) = 153+231+230=614 (81% of max value = 765). Red value is 153 (60.16% from 255 or 24.92% from 614); Green value is 231 (90.62% from 255 or 37.62% from 614); Blue value is 230 (90.23% from 255 or 37.46% from 614); Max value from RGB is 231 - color contains mainly: green. Hex color #99E7E6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99E7E6 is #661819. Grayscale: #CFCFCF. Windows color (decimal): -6690842 or 15132569. OLE color: 15132569.

HSL color Cylindrical-coordinate representation of color #99E7E6: hue angle of 179.23º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #99E7E6 is Cyan = 0.34, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.09.

Color convert

RGB 153 231 230 -
CMYK 0.34 0 0.00 0.09
HSL 179.23º 0.62% 0.75% -
HSV(B) 179.23º 0.34% 0.91% -
XYZ 56 69.64 85.35 -
YUV 207.56 140.66 89.08 -
System Red Green Blue C M Y K H S L
Decimal 153 231 230 0.34 0 0.00 0.09 179.23 0.62 0.75
Hex 99 E7 E6 22 0 0 9 B3 3E 4B
Octal 231 347 346 42 0 0 11 263 76 113
Binary 10011001 11100111 11100110 100010 0 0 1001 10110011 111110 1001011

Color Harmonies of #99E7E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99E7E6

Black with #99E7E6

Text Example


Text Example

White with #99E7E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,231,230); }

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

background-color css

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

 a { background-color: rgb(153,231,230); }

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

border-color css

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

 span { border-color: rgb(153,231,230); }

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