#9BE1EB

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

Shades of Blizzard Blue #9BE1EB

Tints of Blizzard Blue #9BE1EB

Color information

#9BE1EB (or 0x9BE1EB) is unknown color: approx Blizzard Blue. HEX triplet: 9B, E1 and EB. RGB value is (155,225,235). Sum of RGB (Red+Green+Blue) = 155+225+235=615 (81% of max value = 765). Red value is 155 (60.94% from 255 or 25.20% from 615); Green value is 225 (88.28% from 255 or 36.59% from 615); Blue value is 235 (92.19% from 255 or 38.21% from 615); Max value from RGB is 235 - color contains mainly: blue. Hex color #9BE1EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BE1EB is #641E14. Grayscale: #CDCDCD. Windows color (decimal): -6561301 or 15458715. OLE color: 15458715.

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

Color convert

RGB155225235-
CMYK0.340.0400.08
HSL187.5º66.67%76.47%-
HSV(B)187.5º34.04%92.16%-
XYZ55.4466.8288.57-
YUV205.21144.8192.19-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 25.20%
GREEN value IS 225 (88.28% from 255) = 36.59%
BLUE value IS 235 (92.19% from 255) = 38.21%
R=25.20%
G=36.59%
B=38.21%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1552252350.340.0400.08187.566.6776.47
Hex9BE1EB22408bc434c
Octal233341353424010274103114
Binary100110111110000111101011100010100010001011110010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BE1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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