#9BE4EB

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

Shades of Blizzard Blue #9BE4EB

Tints of Blizzard Blue #9BE4EB

Color information

#9BE4EB (or 0x9BE4EB) is unknown color: approx Blizzard Blue. HEX triplet: 9B, E4 and EB. RGB value is (155,228,235). Sum of RGB (Red+Green+Blue) = 155+228+235=618 (81% of max value = 765). Red value is 155 (60.94% from 255 or 25.08% from 618); Green value is 228 (89.45% from 255 or 36.89% from 618); Blue value is 235 (92.19% from 255 or 38.03% from 618); Max value from RGB is 235 - color contains mainly: blue. Hex color #9BE4EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BE4EB is #641B14. Grayscale: #CECECE. Windows color (decimal): -6560533 or 15459483. OLE color: 15459483.

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

Color convert

RGB155228235-
CMYK0.340.0300.08
HSL185.25º66.67%76.47%-
HSV(B)185.25º34.04%92.16%-
XYZ56.2668.4588.85-
YUV206.97143.8290.93-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 25.08%
GREEN value IS 228 (89.45% from 255) = 36.89%
BLUE value IS 235 (92.19% from 255) = 38.03%
R=25.08%
G=36.89%
B=38.03%

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
Decimal1552282350.340.0300.08185.2566.6776.47
Hex9BE4EB22308b9434c
Octal233344353423010271103114
Binary10011011111001001110101110001011010001011100110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BE4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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