#9AEEED

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

Shades of Blizzard Blue #9AEEED

Tints of Blizzard Blue #9AEEED

Color information

#9AEEED (or 0x9AEEED) is unknown color: approx Blizzard Blue. HEX triplet: 9A, EE and ED. RGB value is (154,238,237). Sum of RGB (Red+Green+Blue) = 154+238+237=629 (83% of max value = 765). Red value is 154 (60.55% from 255 or 24.48% from 629); Green value is 238 (93.36% from 255 or 37.84% from 629); Blue value is 237 (92.97% from 255 or 37.68% from 629); Max value from RGB is 238 - color contains mainly: green. Hex color #9AEEED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AEEED is #651112. Grayscale: #D4D4D4. Windows color (decimal): -6623507 or 15593114. OLE color: 15593114.

HSL color Cylindrical-coordinate representation of color #9AEEED: hue angle of 179.29º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9AEEED is Cyan = 0.35, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB154238237-
CMYK0.3500.000.07
HSL179.29º71.19%76.86%-
HSV(B)179.29º35.29%93.33%-
XYZ59.1974.1391.31-
YUV212.77141.6786.08-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 24.48%
GREEN value IS 238 (93.36% from 255) = 37.84%
BLUE value IS 237 (92.97% from 255) = 37.68%
R=24.48%
G=37.84%
B=37.68%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1542382370.3500.000.07179.2971.1976.86
Hex9AEEED23007b3474d
Octal23235635543007263107115
Binary100110101110111011101101100011001111011001110001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AEEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9AEEED; }

 p { color: rgb(154,238,237); }

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

<style>
 a { background-color: #9AEEED; }

 a { background-color: rgb(154,238,237); }

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

<style>
 span { border-color: #9AEEED; }

 span { border-color: rgb(154,238,237); }

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