#9AECE6

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

Shades of Blizzard Blue #9AECE6

Tints of Blizzard Blue #9AECE6

Color information

#9AECE6 (or 0x9AECE6) is unknown color: approx Blizzard Blue. HEX triplet: 9A, EC and E6. RGB value is (154,236,230). Sum of RGB (Red+Green+Blue) = 154+236+230=620 (82% of max value = 765). Red value is 154 (60.55% from 255 or 24.84% from 620); Green value is 236 (92.58% from 255 or 38.06% from 620); Blue value is 230 (90.23% from 255 or 37.10% from 620); Max value from RGB is 236 - color contains mainly: green. Hex color #9AECE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AECE6 is #651319. Grayscale: #D2D2D2. Windows color (decimal): -6624026 or 15133850. OLE color: 15133850.

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

Color convert

RGB154236230-
CMYK0.3500.030.07
HSL175.61º68.33%76.47%-
HSV(B)175.61º34.75%92.55%-
XYZ57.672.5785.84-
YUV210.8138.8387.49-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 24.84%
GREEN value IS 236 (92.58% from 255) = 38.06%
BLUE value IS 230 (90.23% from 255) = 37.10%
R=24.84%
G=38.06%
B=37.10%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1542362300.3500.030.07175.6168.3376.47
Hex9AECE623037b0444c
Octal23235434643037260104114
Binary1001101011101100111001101000110111111011000010001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AECE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,236,230); }

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

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

 a { background-color: rgb(154,236,230); }

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

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

 span { border-color: rgb(154,236,230); }

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