#9BECF3

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

Shades of Blizzard Blue #9BECF3

Tints of Blizzard Blue #9BECF3

Color information

#9BECF3 (or 0x9BECF3) is unknown color: approx Blizzard Blue. HEX triplet: 9B, EC and F3. RGB value is (155,236,243). Sum of RGB (Red+Green+Blue) = 155+236+243=634 (83% of max value = 765). Red value is 155 (60.94% from 255 or 24.45% from 634); Green value is 236 (92.58% from 255 or 37.22% from 634); Blue value is 243 (95.31% from 255 or 38.33% from 634); Max value from RGB is 243 - color contains mainly: blue. Hex color #9BECF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BECF3 is #64130C. Grayscale: #D4D4D4. Windows color (decimal): -6558477 or 15985819. OLE color: 15985819.

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

Color convert

RGB155236243-
CMYK0.360.0300.05
HSL184.77º78.57%78.04%-
HSV(B)184.77º36.21%95.29%-
XYZ59.6973.4395.82-
YUV212.58145.1686.93-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 24.45%
GREEN value IS 236 (92.58% from 255) = 37.22%
BLUE value IS 243 (95.31% from 255) = 38.33%
R=24.45%
G=37.22%
B=38.33%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1552362430.360.0300.05184.7778.5778.04
Hex9BECF324305b94f4e
Octal23335436344305271117116
Binary1001101111101100111100111001001101011011100110011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BECF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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