#9DDBF1

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

Shades of Blizzard Blue #9DDBF1

Tints of Blizzard Blue #9DDBF1

Color information

#9DDBF1 (or 0x9DDBF1) is unknown color: approx Blizzard Blue. HEX triplet: 9D, DB and F1. RGB value is (157,219,241). Sum of RGB (Red+Green+Blue) = 157+219+241=617 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.45% from 617); Green value is 219 (85.94% from 255 or 35.49% from 617); Blue value is 241 (94.53% from 255 or 39.06% from 617); Max value from RGB is 241 - color contains mainly: blue. Hex color #9DDBF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DDBF1 is #62240E. Grayscale: #CACACA. Windows color (decimal): -6431759 or 15850397. OLE color: 15850397.

HSL color Cylindrical-coordinate representation of color #9DDBF1: hue angle of 195.71º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9DDBF1 is Cyan = 0.35, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB157219241-
CMYK0.350.0900.05
HSL195.71º75%78.04%-
HSV(B)195.71º34.85%94.51%-
XYZ55.1164.1892.7-
YUV202.97149.4695.21-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 25.45%
GREEN value IS 219 (85.94% from 255) = 35.49%
BLUE value IS 241 (94.53% from 255) = 39.06%
R=25.45%
G=35.49%
B=39.06%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1572192410.350.0900.05195.717578.04
Hex9DDBF123905c44b4e
Octal235333361431105304113116
Binary100111011101101111110001100011100101011100010010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,219,241); }

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

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

 a { background-color: rgb(157,219,241); }

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

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

 span { border-color: rgb(157,219,241); }

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