#9BEFFC

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

Shades of Blizzard Blue #9BEFFC

Tints of Blizzard Blue #9BEFFC

Color information

#9BEFFC (or 0x9BEFFC) is unknown color: approx Blizzard Blue. HEX triplet: 9B, EF and FC. RGB value is (155,239,252). Sum of RGB (Red+Green+Blue) = 155+239+252=646 (85% of max value = 765). Red value is 155 (60.94% from 255 or 23.99% from 646); Green value is 239 (93.75% from 255 or 37.00% from 646); Blue value is 252 (98.83% from 255 or 39.01% from 646); Max value from RGB is 252 - color contains mainly: blue. Hex color #9BEFFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BEFFC is #641003. Grayscale: #D7D7D7. Windows color (decimal): -6557700 or 16576411. OLE color: 16576411.

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

Color convert

RGB155239252-
CMYK0.380.0500.01
HSL188.04º94.17%79.8%-
HSV(B)188.04º38.49%98.82%-
XYZ61.9575.73103.45-
YUV215.37148.6784.94-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 23.99%
GREEN value IS 239 (93.75% from 255) = 37.00%
BLUE value IS 252 (98.83% from 255) = 39.01%
R=23.99%
G=37.00%
B=39.01%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1552392520.380.0500.01188.0494.1779.8
Hex9BEFFC26501bc5e50
Octal23335737446501274136120
Binary100110111110111111111100100110101011011110010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BEFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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