#9BECED

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

Shades of Blizzard Blue #9BECED

Tints of Blizzard Blue #9BECED

Color information

#9BECED (or 0x9BECED) is unknown color: approx Blizzard Blue. HEX triplet: 9B, EC and ED. RGB value is (155,236,237). Sum of RGB (Red+Green+Blue) = 155+236+237=628 (83% of max value = 765). Red value is 155 (60.94% from 255 or 24.68% from 628); Green value is 236 (92.58% from 255 or 37.58% from 628); Blue value is 237 (92.97% from 255 or 37.74% from 628); Max value from RGB is 237 - color contains mainly: blue. Hex color #9BECED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BECED is #641312. Grayscale: #D3D3D3. Windows color (decimal): -6558483 or 15592603. OLE color: 15592603.

HSL color Cylindrical-coordinate representation of color #9BECED: hue angle of 180.73º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BECED is Cyan = 0.35, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB155236237-
CMYK0.350.0000.07
HSL180.73º69.49%76.86%-
HSV(B)180.73º34.6%92.94%-
XYZ58.873.0791.13-
YUV211.9142.1687.42-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 24.68%
GREEN value IS 236 (92.58% from 255) = 37.58%
BLUE value IS 237 (92.97% from 255) = 37.74%
R=24.68%
G=37.58%
B=37.74%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1552362370.350.0000.07180.7369.4976.86
Hex9BECED23007b5454d
Octal23335435543007265105115
Binary100110111110110011101101100011001111011010110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BECED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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