#9AE1EE

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

Shades of Blizzard Blue #9AE1EE

Tints of Blizzard Blue #9AE1EE

Color information

#9AE1EE (or 0x9AE1EE) is unknown color: approx Blizzard Blue. HEX triplet: 9A, E1 and EE. RGB value is (154,225,238). Sum of RGB (Red+Green+Blue) = 154+225+238=617 (81% of max value = 765). Red value is 154 (60.55% from 255 or 24.96% from 617); Green value is 225 (88.28% from 255 or 36.47% from 617); Blue value is 238 (93.36% from 255 or 38.57% from 617); Max value from RGB is 238 - color contains mainly: blue. Hex color #9AE1EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AE1EE is #651E11. Grayscale: #CDCDCD. Windows color (decimal): -6626834 or 15655322. OLE color: 15655322.

HSL color Cylindrical-coordinate representation of color #9AE1EE: hue angle of 189.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 #9AE1EE is Cyan = 0.35, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB154225238-
CMYK0.350.0500.07
HSL189.29º71.19%76.86%-
HSV(B)189.29º35.29%93.33%-
XYZ55.6866.8990.87-
YUV205.25146.4891.44-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 24.96%
GREEN value IS 225 (88.28% from 255) = 36.47%
BLUE value IS 238 (93.36% from 255) = 38.57%
R=24.96%
G=36.47%
B=38.57%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1542252380.350.0500.07189.2971.1976.86
Hex9AE1EE23507bd474d
Octal23234135643507275107115
Binary10011010111000011110111010001110101111011110110001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AE1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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