#9BEEF3

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

Shades of Blizzard Blue #9BEEF3

Tints of Blizzard Blue #9BEEF3

Color information

#9BEEF3 (or 0x9BEEF3) is unknown color: approx Blizzard Blue. HEX triplet: 9B, EE and F3. RGB value is (155,238,243). Sum of RGB (Red+Green+Blue) = 155+238+243=636 (84% of max value = 765). Red value is 155 (60.94% from 255 or 24.37% from 636); Green value is 238 (93.36% from 255 or 37.42% from 636); Blue value is 243 (95.31% from 255 or 38.21% from 636); Max value from RGB is 243 - color contains mainly: blue. Hex color #9BEEF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BEEF3 is #64110C. Grayscale: #D5D5D5. Windows color (decimal): -6557965 or 15986331. OLE color: 15986331.

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

Color convert

RGB155238243-
CMYK0.360.0200.05
HSL183.41º78.57%78.04%-
HSV(B)183.41º36.21%95.29%-
XYZ60.2774.5996.01-
YUV213.75144.586.09-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 24.37%
GREEN value IS 238 (93.36% from 255) = 37.42%
BLUE value IS 243 (95.31% from 255) = 38.21%
R=24.37%
G=37.42%
B=38.21%

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
Decimal1552382430.360.0200.05183.4178.5778.04
Hex9BEEF324205b74f4e
Octal23335636344205267117116
Binary1001101111101110111100111001001001011011011110011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BEEF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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