#9BEFFB

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

Shades of Blizzard Blue #9BEFFB

Tints of Blizzard Blue #9BEFFB

Color information

#9BEFFB (or 0x9BEFFB) is unknown color: approx Blizzard Blue. HEX triplet: 9B, EF and FB. RGB value is (155,239,251). Sum of RGB (Red+Green+Blue) = 155+239+251=645 (85% of max value = 765). Red value is 155 (60.94% from 255 or 24.03% from 645); Green value is 239 (93.75% from 255 or 37.05% from 645); Blue value is 251 (98.44% from 255 or 38.91% from 645); Max value from RGB is 251 - color contains mainly: blue. Hex color #9BEFFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BEFFB is #641004. Grayscale: #D7D7D7. Windows color (decimal): -6557701 or 16510875. OLE color: 16510875.

HSL color Cylindrical-coordinate representation of color #9BEFFB: hue angle of 187.5º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BEFFB is Cyan = 0.38, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB155239251-
CMYK0.380.0500.02
HSL187.5º92.31%79.61%-
HSV(B)187.5º38.25%98.43%-
XYZ61.875.67102.61-
YUV215.25148.1785.02-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 24.03%
GREEN value IS 239 (93.75% from 255) = 37.05%
BLUE value IS 251 (98.44% from 255) = 38.91%
R=24.03%
G=37.05%
B=38.91%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1552392510.380.0500.02187.592.3179.61
Hex9BEFFB26502bc5c50
Octal23335737346502274134120
Binary1001101111101111111110111001101010101011110010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BEFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,239,251); }

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

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

 a { background-color: rgb(155,239,251); }

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

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

 span { border-color: rgb(155,239,251); }

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