#9BEFFE

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

Shades of Blizzard Blue #9BEFFE

Tints of Blizzard Blue #9BEFFE

Color information

#9BEFFE (or 0x9BEFFE) is unknown color: approx Blizzard Blue. HEX triplet: 9B, EF and FE. RGB value is (155,239,254). Sum of RGB (Red+Green+Blue) = 155+239+254=648 (85% of max value = 765). Red value is 155 (60.94% from 255 or 23.92% from 648); Green value is 239 (93.75% from 255 or 36.88% from 648); Blue value is 254 (99.61% from 255 or 39.20% from 648); Max value from RGB is 254 - color contains mainly: blue. Hex color #9BEFFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BEFFE is #641001. Grayscale: #D7D7D7. Windows color (decimal): -6557698 or 16707483. OLE color: 16707483.

HSL color Cylindrical-coordinate representation of color #9BEFFE: hue angle of 189.09º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9BEFFE is Cyan = 0.39, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB155239254-
CMYK0.390.0600.00
HSL189.09º98.02%80.2%-
HSV(B)189.09º38.98%99.61%-
XYZ62.2775.86105.13-
YUV215.59149.6784.78-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 23.92%
GREEN value IS 239 (93.75% from 255) = 36.88%
BLUE value IS 254 (99.61% from 255) = 39.20%
R=23.92%
G=36.88%
B=39.20%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1552392540.390.0600.00189.0998.0280.2
Hex9BEFFE27600bd6250
Octal23335737647600275142120
Binary100110111110111111111110100111110001011110111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BEFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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