#9BE0EC

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

Shades of Blizzard Blue #9BE0EC

Tints of Blizzard Blue #9BE0EC

Color information

#9BE0EC (or 0x9BE0EC) is unknown color: approx Blizzard Blue. HEX triplet: 9B, E0 and EC. RGB value is (155,224,236). Sum of RGB (Red+Green+Blue) = 155+224+236=615 (81% of max value = 765). Red value is 155 (60.94% from 255 or 25.20% from 615); Green value is 224 (87.89% from 255 or 36.42% from 615); Blue value is 236 (92.58% from 255 or 38.37% from 615); Max value from RGB is 236 - color contains mainly: blue. Hex color #9BE0EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BE0EC is #641F13. Grayscale: #CCCCCC. Windows color (decimal): -6561556 or 15523995. OLE color: 15523995.

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

Color convert

RGB155224236-
CMYK0.340.0500.07
HSL188.89º68.07%76.67%-
HSV(B)188.89º34.32%92.55%-
XYZ55.3166.3489.25-
YUV204.74145.6492.52-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 25.20%
GREEN value IS 224 (87.89% from 255) = 36.42%
BLUE value IS 236 (92.58% from 255) = 38.37%
R=25.20%
G=36.42%
B=38.37%

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
Decimal1552242360.340.0500.07188.8968.0776.67
Hex9BE0EC22507bd444d
Octal23334035442507275104115
Binary10011011111000001110110010001010101111011110110001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BE0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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