#9AEBEC

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

Shades of Blizzard Blue #9AEBEC

Tints of Blizzard Blue #9AEBEC

Color information

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

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

Color convert

RGB154235236-
CMYK0.350.0000.07
HSL180.73º68.33%76.47%-
HSV(B)180.73º34.75%92.55%-
XYZ58.1872.3490.25-
YUV210.9142.1687.42-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1542352360.350.0000.07180.7368.3376.47
Hex9AEBEC23007b5444c
Octal23235335443007265104114
Binary100110101110101111101100100011001111011010110001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AEBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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