#9BE1EC

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

Shades of Blizzard Blue #9BE1EC

Tints of Blizzard Blue #9BE1EC

Color information

#9BE1EC (or 0x9BE1EC) is unknown color: approx Blizzard Blue. HEX triplet: 9B, E1 and EC. RGB value is (155,225,236). Sum of RGB (Red+Green+Blue) = 155+225+236=616 (81% of max value = 765). Red value is 155 (60.94% from 255 or 25.16% from 616); Green value is 225 (88.28% from 255 or 36.53% from 616); Blue value is 236 (92.58% from 255 or 38.31% from 616); Max value from RGB is 236 - color contains mainly: blue. Hex color #9BE1EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BE1EC is #641E13. Grayscale: #CDCDCD. Windows color (decimal): -6561300 or 15524251. OLE color: 15524251.

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

Color convert

RGB155225236-
CMYK0.340.0500.07
HSL188.15º68.07%76.67%-
HSV(B)188.15º34.32%92.55%-
XYZ55.5866.8889.34-
YUV205.32145.3192.11-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 25.16%
GREEN value IS 225 (88.28% from 255) = 36.53%
BLUE value IS 236 (92.58% from 255) = 38.31%
R=25.16%
G=36.53%
B=38.31%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1552252360.340.0500.07188.1568.0776.67
Hex9BE1EC22507bc444d
Octal23334135442507274104115
Binary10011011111000011110110010001010101111011110010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BE1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,225,236); }

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

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

 a { background-color: rgb(155,225,236); }

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

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

 span { border-color: rgb(155,225,236); }

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