#9BE5EB

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

Shades of Blizzard Blue #9BE5EB

Tints of Blizzard Blue #9BE5EB

Color information

#9BE5EB (or 0x9BE5EB) is unknown color: approx Blizzard Blue. HEX triplet: 9B, E5 and EB. RGB value is (155,229,235). Sum of RGB (Red+Green+Blue) = 155+229+235=619 (81% of max value = 765). Red value is 155 (60.94% from 255 or 25.04% from 619); Green value is 229 (89.84% from 255 or 37.00% from 619); Blue value is 235 (92.19% from 255 or 37.96% from 619); Max value from RGB is 235 - color contains mainly: blue. Hex color #9BE5EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BE5EB is #641A14. Grayscale: #CFCFCF. Windows color (decimal): -6560277 or 15459739. OLE color: 15459739.

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

Color convert

RGB155229235-
CMYK0.340.0300.08
HSL184.5º66.67%76.47%-
HSV(B)184.5º34.04%92.16%-
XYZ56.5369.0188.94-
YUV207.56143.4890.51-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 25.04%
GREEN value IS 229 (89.84% from 255) = 37.00%
BLUE value IS 235 (92.19% from 255) = 37.96%
R=25.04%
G=37.00%
B=37.96%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1552292350.340.0300.08184.566.6776.47
Hex9BE5EB22308b8434c
Octal233345353423010270103114
Binary10011011111001011110101110001011010001011100010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BE5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,229,235); }

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

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

 a { background-color: rgb(155,229,235); }

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

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

 span { border-color: rgb(155,229,235); }

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