#9BEFEE

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

Shades of Blizzard Blue #9BEFEE

Tints of Blizzard Blue #9BEFEE

Color information

#9BEFEE (or 0x9BEFEE) is unknown color: approx Blizzard Blue. HEX triplet: 9B, EF and EE. RGB value is (155,239,238). Sum of RGB (Red+Green+Blue) = 155+239+238=632 (83% of max value = 765). Red value is 155 (60.94% from 255 or 24.53% from 632); Green value is 239 (93.75% from 255 or 37.82% from 632); Blue value is 238 (93.36% from 255 or 37.66% from 632); Max value from RGB is 239 - color contains mainly: green. Hex color #9BEFEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BEFEE is #641011. Grayscale: #D5D5D5. Windows color (decimal): -6557714 or 15658907. OLE color: 15658907.

HSL color Cylindrical-coordinate representation of color #9BEFEE: hue angle of 179.29º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BEFEE is Cyan = 0.35, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.06.

Color convert

RGB155239238-
CMYK0.3500.000.06
HSL179.29º72.41%77.25%-
HSV(B)179.29º35.15%93.73%-
XYZ59.8274.8792.19-
YUV213.77141.6786.08-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 24.53%
GREEN value IS 239 (93.75% from 255) = 37.82%
BLUE value IS 238 (93.36% from 255) = 37.66%
R=24.53%
G=37.82%
B=37.66%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1552392380.3500.000.06179.2972.4177.25
Hex9BEFEE23006b3484d
Octal23335735643006263110115
Binary100110111110111111101110100011001101011001110010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BEFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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