#9AECEB

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

Shades of Blizzard Blue #9AECEB

Tints of Blizzard Blue #9AECEB

Color information

#9AECEB (or 0x9AECEB) is unknown color: approx Blizzard Blue. HEX triplet: 9A, EC and EB. RGB value is (154,236,235). Sum of RGB (Red+Green+Blue) = 154+236+235=625 (82% of max value = 765). Red value is 154 (60.55% from 255 or 24.64% from 625); Green value is 236 (92.58% from 255 or 37.76% from 625); Blue value is 235 (92.19% from 255 or 37.6% from 625); Max value from RGB is 236 - color contains mainly: green. Hex color #9AECEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AECEB is #651314. Grayscale: #D3D3D3. Windows color (decimal): -6624021 or 15461530. OLE color: 15461530.

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

Color convert

RGB154236235-
CMYK0.3500.000.07
HSL179.27º68.33%76.47%-
HSV(B)179.27º34.75%92.55%-
XYZ58.3272.8689.59-
YUV211.37141.3387.08-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 24.64%
GREEN value IS 236 (92.58% from 255) = 37.76%
BLUE value IS 235 (92.19% from 255) = 37.6%
R=24.64%
G=37.76%
B=37.6%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1542362350.3500.000.07179.2768.3376.47
Hex9AECEB23007b3444c
Octal23235435343007263104114
Binary100110101110110011101011100011001111011001110001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AECEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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