#9BDDF0

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

Shades of Blizzard Blue #9BDDF0

Tints of Blizzard Blue #9BDDF0

Color information

#9BDDF0 (or 0x9BDDF0) is unknown color: approx Blizzard Blue. HEX triplet: 9B, DD and F0. RGB value is (155,221,240). Sum of RGB (Red+Green+Blue) = 155+221+240=616 (81% of max value = 765). Red value is 155 (60.94% from 255 or 25.16% from 616); Green value is 221 (86.72% from 255 or 35.88% from 616); Blue value is 240 (94.14% from 255 or 38.96% from 616); Max value from RGB is 240 - color contains mainly: blue. Hex color #9BDDF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BDDF0 is #64220F. Grayscale: #CBCBCB. Windows color (decimal): -6562320 or 15785371. OLE color: 15785371.

HSL color Cylindrical-coordinate representation of color #9BDDF0: hue angle of 193.41º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BDDF0 is Cyan = 0.35, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB155221240-
CMYK0.350.0800.06
HSL193.41º73.91%77.45%-
HSV(B)193.41º35.42%94.12%-
XYZ55.164.9792.07-
YUV203.43148.6393.46-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 25.16%
GREEN value IS 221 (86.72% from 255) = 35.88%
BLUE value IS 240 (94.14% from 255) = 38.96%
R=25.16%
G=35.88%
B=38.96%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1552212400.350.0800.06193.4173.9177.45
Hex9BDDF023806c14a4d
Octal233335360431006301112115
Binary100110111101110111110000100011100001101100000110010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BDDF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,221,240); }

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

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

 a { background-color: rgb(155,221,240); }

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

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

 span { border-color: rgb(155,221,240); }

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