#9AEBEA

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

Shades of Blizzard Blue #9AEBEA

Tints of Blizzard Blue #9AEBEA

Color information

#9AEBEA (or 0x9AEBEA) is unknown color: approx Blizzard Blue. HEX triplet: 9A, EB and EA. RGB value is (154,235,234). Sum of RGB (Red+Green+Blue) = 154+235+234=623 (82% of max value = 765). Red value is 154 (60.55% from 255 or 24.72% from 623); Green value is 235 (92.19% from 255 or 37.72% from 623); Blue value is 234 (91.80% from 255 or 37.56% from 623); Max value from RGB is 235 - color contains mainly: green. Hex color #9AEBEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AEBEA is #651415. Grayscale: #D2D2D2. Windows color (decimal): -6624278 or 15395738. OLE color: 15395738.

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

Color convert

RGB154235234-
CMYK0.3400.000.08
HSL179.26º66.94%76.27%-
HSV(B)179.26º34.47%92.16%-
XYZ57.8972.2388.73-
YUV210.67141.1687.58-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 24.72%
GREEN value IS 235 (92.19% from 255) = 37.72%
BLUE value IS 234 (91.80% from 255) = 37.56%
R=24.72%
G=37.72%
B=37.56%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1542352340.3400.000.08179.2666.9476.27
Hex9AEBEA22008b3434c
Octal232353352420010263103114
Binary1001101011101011111010101000100010001011001110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AEBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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