#9AE3EE

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

Shades of Blizzard Blue #9AE3EE

Tints of Blizzard Blue #9AE3EE

Color information

#9AE3EE (or 0x9AE3EE) is unknown color: approx Blizzard Blue. HEX triplet: 9A, E3 and EE. RGB value is (154,227,238). Sum of RGB (Red+Green+Blue) = 154+227+238=619 (81% of max value = 765). Red value is 154 (60.55% from 255 or 24.88% from 619); Green value is 227 (89.06% from 255 or 36.67% from 619); Blue value is 238 (93.36% from 255 or 38.45% from 619); Max value from RGB is 238 - color contains mainly: blue. Hex color #9AE3EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AE3EE is #651C11. Grayscale: #CECECE. Windows color (decimal): -6626322 or 15655834. OLE color: 15655834.

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

Color convert

RGB154227238-
CMYK0.350.0500.07
HSL187.86º71.19%76.86%-
HSV(B)187.86º35.29%93.33%-
XYZ56.2367.9891.05-
YUV206.43145.8290.61-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 24.88%
GREEN value IS 227 (89.06% from 255) = 36.67%
BLUE value IS 238 (93.36% from 255) = 38.45%
R=24.88%
G=36.67%
B=38.45%

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
Decimal1542272380.350.0500.07187.8671.1976.86
Hex9AE3EE23507bc474d
Octal23234335643507274107115
Binary10011010111000111110111010001110101111011110010001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AE3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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