#9CDCEE

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

Shades of Blizzard Blue #9CDCEE

Tints of Blizzard Blue #9CDCEE

Color information

#9CDCEE (or 0x9CDCEE) is unknown color: approx Blizzard Blue. HEX triplet: 9C, DC and EE. RGB value is (156,220,238). Sum of RGB (Red+Green+Blue) = 156+220+238=614 (81% of max value = 765). Red value is 156 (61.33% from 255 or 25.41% from 614); Green value is 220 (86.33% from 255 or 35.83% from 614); Blue value is 238 (93.36% from 255 or 38.76% from 614); Max value from RGB is 238 - color contains mainly: blue. Hex color #9CDCEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CDCEE is #632311. Grayscale: #CACACA. Windows color (decimal): -6497042 or 15654044. OLE color: 15654044.

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

Color convert

RGB156220238-
CMYK0.340.0800.07
HSL193.17º70.69%77.25%-
HSV(B)193.17º34.45%93.33%-
XYZ54.7464.4390.44-
YUV202.92147.894.54-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 25.41%
GREEN value IS 220 (86.33% from 255) = 35.83%
BLUE value IS 238 (93.36% from 255) = 38.76%
R=25.41%
G=35.83%
B=38.76%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1562202380.340.0800.07193.1770.6977.25
Hex9CDCEE22807c1474d
Octal234334356421007301107115
Binary100111001101110011101110100010100001111100000110001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,220,238); }

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

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

 a { background-color: rgb(156,220,238); }

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

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

 span { border-color: rgb(156,220,238); }

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