#9BEAE4

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

Shades of Blizzard Blue #9BEAE4

Tints of Blizzard Blue #9BEAE4

Color information

#9BEAE4 (or 0x9BEAE4) is unknown color: approx Blizzard Blue. HEX triplet: 9B, EA and E4. RGB value is (155,234,228). Sum of RGB (Red+Green+Blue) = 155+234+228=617 (81% of max value = 765). Red value is 155 (60.94% from 255 or 25.12% from 617); Green value is 234 (91.80% from 255 or 37.93% from 617); Blue value is 228 (89.45% from 255 or 36.95% from 617); Max value from RGB is 234 - color contains mainly: green. Hex color #9BEAE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BEAE4 is #64151B. Grayscale: #D1D1D1. Windows color (decimal): -6559004 or 15002267. OLE color: 15002267.

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

Color convert

RGB155234228-
CMYK0.3400.030.08
HSL175.44º65.29%76.27%-
HSV(B)175.44º33.76%91.76%-
XYZ56.9471.4284.18-
YUV209.7138.3388.99-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 25.12%
GREEN value IS 234 (91.80% from 255) = 37.93%
BLUE value IS 228 (89.45% from 255) = 36.95%
R=25.12%
G=37.93%
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
Decimal1552342280.3400.030.08175.4465.2976.27
Hex9BEAE422038af414c
Octal233352344420310257101114
Binary10011011111010101110010010001001110001010111110000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BEAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,234,228); }

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

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

 a { background-color: rgb(155,234,228); }

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

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

 span { border-color: rgb(155,234,228); }

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