#9CDBEF

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

Shades of Blizzard Blue #9CDBEF

Tints of Blizzard Blue #9CDBEF

Color information

#9CDBEF (or 0x9CDBEF) is unknown color: approx Blizzard Blue. HEX triplet: 9C, DB and EF. RGB value is (156,219,239). Sum of RGB (Red+Green+Blue) = 156+219+239=614 (81% of max value = 765). Red value is 156 (61.33% from 255 or 25.41% from 614); Green value is 219 (85.94% from 255 or 35.67% from 614); Blue value is 239 (93.75% from 255 or 38.93% from 614); Max value from RGB is 239 - color contains mainly: blue. Hex color #9CDBEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CDBEF is #632410. Grayscale: #CACACA. Windows color (decimal): -6497297 or 15719324. OLE color: 15719324.

HSL color Cylindrical-coordinate representation of color #9CDBEF: hue angle of 194.46º degrees, saturation: 0.72, 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 #9CDBEF is Cyan = 0.35, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB156219239-
CMYK0.350.0800.06
HSL194.46º72.17%77.45%-
HSV(B)194.46º34.73%93.73%-
XYZ54.6263.9691.13-
YUV202.44148.6394.87-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 25.41%
GREEN value IS 219 (85.94% from 255) = 35.67%
BLUE value IS 239 (93.75% from 255) = 38.93%
R=25.41%
G=35.67%
B=38.93%

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
Decimal1562192390.350.0800.06194.4672.1777.45
Hex9CDBEF23806c2484d
Octal234333357431006302110115
Binary100111001101101111101111100011100001101100001010010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,219,239); }

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

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

 a { background-color: rgb(156,219,239); }

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

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

 span { border-color: rgb(156,219,239); }

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