#9BEEF1

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

Shades of Blizzard Blue #9BEEF1

Tints of Blizzard Blue #9BEEF1

Color information

#9BEEF1 (or 0x9BEEF1) is unknown color: approx Blizzard Blue. HEX triplet: 9B, EE and F1. RGB value is (155,238,241). Sum of RGB (Red+Green+Blue) = 155+238+241=634 (83% of max value = 765). Red value is 155 (60.94% from 255 or 24.45% from 634); Green value is 238 (93.36% from 255 or 37.54% from 634); Blue value is 241 (94.53% from 255 or 38.01% from 634); Max value from RGB is 241 - color contains mainly: blue. Hex color #9BEEF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BEEF1 is #64110E. Grayscale: #D5D5D5. Windows color (decimal): -6557967 or 15855259. OLE color: 15855259.

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

Color convert

RGB155238241-
CMYK0.360.0100.05
HSL182.09º75.44%77.65%-
HSV(B)182.09º35.68%94.51%-
XYZ59.9774.4794.43-
YUV213.52143.586.26-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 24.45%
GREEN value IS 238 (93.36% from 255) = 37.54%
BLUE value IS 241 (94.53% from 255) = 38.01%
R=24.45%
G=37.54%
B=38.01%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1552382410.360.0100.05182.0975.4477.65
Hex9BEEF124105b64b4e
Octal23335636144105266113116
Binary100110111110111011110001100100101011011011010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BEEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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