#9AEBE4

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

Shades of Blizzard Blue #9AEBE4

Tints of Blizzard Blue #9AEBE4

Color information

#9AEBE4 (or 0x9AEBE4) is unknown color: approx Blizzard Blue. HEX triplet: 9A, EB and E4. RGB value is (154,235,228). Sum of RGB (Red+Green+Blue) = 154+235+228=617 (81% of max value = 765). Red value is 154 (60.55% from 255 or 24.96% from 617); Green value is 235 (92.19% from 255 or 38.09% from 617); Blue value is 228 (89.45% from 255 or 36.95% from 617); Max value from RGB is 235 - color contains mainly: green. Hex color #9AEBE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AEBE4 is #65141B. Grayscale: #D1D1D1. Windows color (decimal): -6624284 or 15002522. OLE color: 15002522.

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

Color convert

RGB154235228-
CMYK0.3400.030.08
HSL174.81º66.94%76.27%-
HSV(B)174.81º34.47%92.16%-
XYZ57.0471.8984.27-
YUV209.98138.1688.07-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 24.96%
GREEN value IS 235 (92.19% from 255) = 38.09%
BLUE value IS 228 (89.45% from 255) = 36.95%
R=24.96%
G=38.09%
B=36.95%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1542352280.3400.030.08174.8166.9476.27
Hex9AEBE422038af434c
Octal232353344420310257103114
Binary10011010111010111110010010001001110001010111110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AEBE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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