#9AEEEB

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

Shades of Blizzard Blue #9AEEEB

Tints of Blizzard Blue #9AEEEB

Color information

#9AEEEB (or 0x9AEEEB) is unknown color: approx Blizzard Blue. HEX triplet: 9A, EE and EB. RGB value is (154,238,235). Sum of RGB (Red+Green+Blue) = 154+238+235=627 (83% of max value = 765). Red value is 154 (60.55% from 255 or 24.56% from 627); Green value is 238 (93.36% from 255 or 37.96% from 627); Blue value is 235 (92.19% from 255 or 37.48% from 627); Max value from RGB is 238 - color contains mainly: green. Hex color #9AEEEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AEEEB is #651114. Grayscale: #D4D4D4. Windows color (decimal): -6623509 or 15462042. OLE color: 15462042.

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

Color convert

RGB154238235-
CMYK0.3500.010.07
HSL177.86º71.19%76.86%-
HSV(B)177.86º35.29%93.33%-
XYZ58.974.0289.78-
YUV212.54140.6786.24-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 24.56%
GREEN value IS 238 (93.36% from 255) = 37.96%
BLUE value IS 235 (92.19% from 255) = 37.48%
R=24.56%
G=37.96%
B=37.48%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1542382350.3500.010.07177.8671.1976.86
Hex9AEEEB23017b2474d
Octal23235635343017262107115
Binary100110101110111011101011100011011111011001010001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AEEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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