#9BEDF2

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

Shades of Blizzard Blue #9BEDF2

Tints of Blizzard Blue #9BEDF2

Color information

#9BEDF2 (or 0x9BEDF2) is unknown color: approx Blizzard Blue. HEX triplet: 9B, ED and F2. RGB value is (155,237,242). Sum of RGB (Red+Green+Blue) = 155+237+242=634 (83% of max value = 765). Red value is 155 (60.94% from 255 or 24.45% from 634); Green value is 237 (92.97% from 255 or 37.38% from 634); Blue value is 242 (94.92% from 255 or 38.17% from 634); Max value from RGB is 242 - color contains mainly: blue. Hex color #9BEDF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BEDF2 is #64120D. Grayscale: #D4D4D4. Windows color (decimal): -6558222 or 15920539. OLE color: 15920539.

HSL color Cylindrical-coordinate representation of color #9BEDF2: hue angle of 183.45º degrees, saturation: 0.77, 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 #9BEDF2 is Cyan = 0.36, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB155237242-
CMYK0.360.0200.05
HSL183.45º76.99%77.84%-
HSV(B)183.45º35.95%94.9%-
XYZ59.8373.9595.12-
YUV213.05144.3386.59-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 24.45%
GREEN value IS 237 (92.97% from 255) = 37.38%
BLUE value IS 242 (94.92% from 255) = 38.17%
R=24.45%
G=37.38%
B=38.17%

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
Decimal1552372420.360.0200.05183.4576.9977.84
Hex9BEDF224205b74d4e
Octal23335536244205267115116
Binary1001101111101101111100101001001001011011011110011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BEDF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,237,242); }

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

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

 a { background-color: rgb(155,237,242); }

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

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

 span { border-color: rgb(155,237,242); }

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