#9AE3EB

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

Shades of Blizzard Blue #9AE3EB

Tints of Blizzard Blue #9AE3EB

Color information

#9AE3EB (or 0x9AE3EB) is unknown color: approx Blizzard Blue. HEX triplet: 9A, E3 and EB. RGB value is (154,227,235). Sum of RGB (Red+Green+Blue) = 154+227+235=616 (81% of max value = 765). Red value is 154 (60.55% from 255 or 25% from 616); Green value is 227 (89.06% from 255 or 36.85% from 616); Blue value is 235 (92.19% from 255 or 38.15% from 616); Max value from RGB is 235 - color contains mainly: blue. Hex color #9AE3EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AE3EB is #651C14. Grayscale: #CDCDCD. Windows color (decimal): -6626325 or 15459226. OLE color: 15459226.

HSL color Cylindrical-coordinate representation of color #9AE3EB: hue angle of 185.93º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9AE3EB is Cyan = 0.34, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB154227235-
CMYK0.340.0300.08
HSL185.93º66.94%76.27%-
HSV(B)185.93º34.47%92.16%-
XYZ55.7967.8188.74-
YUV206.08144.3290.85-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25%
GREEN value IS 227 (89.06% from 255) = 36.85%
BLUE value IS 235 (92.19% from 255) = 38.15%
R=25%
G=36.85%
B=38.15%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1542272350.340.0300.08185.9366.9476.27
Hex9AE3EB22308ba434c
Octal232343353423010272103114
Binary10011010111000111110101110001011010001011101010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AE3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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