#9bebf1

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

Shades of Blizzard Blue #9BEBF1

Tints of Blizzard Blue #9BEBF1

Color information

#9BEBF1 (or 0x9BEBF1) is unknown color: approx Blizzard Blue. HEX triplet: 9B, EB and F1. RGB value is (155,235,241). Sum of RGB (Red+Green+Blue) = 155+235+241=631 (83% of max value = 765). Red value is 155 (60.94% from 255 or 24.56% from 631); Green value is 235 (92.19% from 255 or 37.24% from 631); Blue value is 241 (94.53% from 255 or 38.19% from 631); Max value from RGB is 241 - color contains mainly: blue. Hex color #9BEBF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BEBF1 is #64140E. Grayscale: #D3D3D3. Windows color (decimal): -6558735 or 15854491. OLE color: 15854491.

HSL color Cylindrical-coordinate representation of color #9BEBF1: hue angle of 184.19º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9BEBF1 is Cyan = 0.36, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB155235241-
CMYK0.360.0200.05
HSL184.19º75.44%77.65%-
HSV(B)184.19º35.68%94.51%-
XYZ59.172.7494.14-
YUV211.76144.587.51-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 24.56%
GREEN value IS 235 (92.19% from 255) = 37.24%
BLUE value IS 241 (94.53% from 255) = 38.19%
R=24.56%
G=37.24%
B=38.19%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1552352410.360.0200.05184.1975.4477.65
Hex9BEBF124205b84b4e
Octal23335336144205270113116
Binary1001101111101011111100011001001001011011100010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9bebf1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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