#9BEEF2

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

Shades of Blizzard Blue #9BEEF2

Tints of Blizzard Blue #9BEEF2

Color information

#9BEEF2 (or 0x9BEEF2) is unknown color: approx Blizzard Blue. HEX triplet: 9B, EE and F2. RGB value is (155,238,242). Sum of RGB (Red+Green+Blue) = 155+238+242=635 (84% of max value = 765). Red value is 155 (60.94% from 255 or 24.41% from 635); Green value is 238 (93.36% from 255 or 37.48% from 635); Blue value is 242 (94.92% from 255 or 38.11% from 635); Max value from RGB is 242 - color contains mainly: blue. Hex color #9BEEF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BEEF2 is #64110D. Grayscale: #D5D5D5. Windows color (decimal): -6557966 or 15920795. OLE color: 15920795.

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

Color convert

RGB155238242-
CMYK0.360.0200.05
HSL182.76º76.99%77.84%-
HSV(B)182.76º35.95%94.9%-
XYZ60.1274.5395.22-
YUV213.6414486.17-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 24.41%
GREEN value IS 238 (93.36% from 255) = 37.48%
BLUE value IS 242 (94.92% from 255) = 38.11%
R=24.41%
G=37.48%
B=38.11%

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
Decimal1552382420.360.0200.05182.7676.9977.84
Hex9BEEF224205b74d4e
Octal23335636244205267115116
Binary1001101111101110111100101001001001011011011110011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BEEF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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