#9AE2EE

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

Shades of Blizzard Blue #9AE2EE

Tints of Blizzard Blue #9AE2EE

Color information

#9AE2EE (or 0x9AE2EE) is unknown color: approx Blizzard Blue. HEX triplet: 9A, E2 and EE. RGB value is (154,226,238). Sum of RGB (Red+Green+Blue) = 154+226+238=618 (81% of max value = 765). Red value is 154 (60.55% from 255 or 24.92% from 618); Green value is 226 (88.67% from 255 or 36.57% from 618); Blue value is 238 (93.36% from 255 or 38.51% from 618); Max value from RGB is 238 - color contains mainly: blue. Hex color #9AE2EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AE2EE is #651D11. Grayscale: #CDCDCD. Windows color (decimal): -6626578 or 15655578. OLE color: 15655578.

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

Color convert

RGB154226238-
CMYK0.350.0500.07
HSL188.57º71.19%76.86%-
HSV(B)188.57º35.29%93.33%-
XYZ55.9667.4490.96-
YUV205.84146.1591.02-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 24.92%
GREEN value IS 226 (88.67% from 255) = 36.57%
BLUE value IS 238 (93.36% from 255) = 38.51%
R=24.92%
G=36.57%
B=38.51%

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
Decimal1542262380.350.0500.07188.5771.1976.86
Hex9AE2EE23507bd474d
Octal23234235643507275107115
Binary10011010111000101110111010001110101111011110110001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AE2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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