#99EAEA

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

Shades of Blizzard Blue #99EAEA

Tints of Blizzard Blue #99EAEA

Color information

#99EAEA (or 0x99EAEA) is unknown color: approx Blizzard Blue. HEX triplet: 99, EA and EA. RGB value is (153,234,234). Sum of RGB (Red+Green+Blue) = 153+234+234=621 (82% of max value = 765). Red value is 153 (60.16% from 255 or 24.64% from 621); Green value is 234 (91.80% from 255 or 37.68% from 621); Blue value is 234 (91.80% from 255 or 37.68% from 621); Max value from RGB is 234 - color contains mainly: green, blue. Hex color #99EAEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99EAEA is #661515. Grayscale: #D1D1D1. Windows color (decimal): -6690070 or 15395481. OLE color: 15395481.

HSL color Cylindrical-coordinate representation of color #99EAEA: hue angle of 180º 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 #99EAEA is Cyan = 0.35, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB153234234-
CMYK0.35000.08
HSL180º65.85%75.88%-
HSV(B)180º34.62%91.76%-
XYZ57.4171.5688.63-
YUV209.78141.6687.5-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 24.64%
GREEN value IS 234 (91.80% from 255) = 37.68%
BLUE value IS 234 (91.80% from 255) = 37.68%
R=24.64%
G=37.68%
B=37.68%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1532342340.35000.0818065.8575.88
Hex99EAEA23008b4424c
Octal231352352430010264102114
Binary1001100111101010111010101000110010001011010010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99EAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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