#9CEDED

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

Shades of Blizzard Blue #9CEDED

Tints of Blizzard Blue #9CEDED

Color information

#9CEDED (or 0x9CEDED) is unknown color: approx Blizzard Blue. HEX triplet: 9C, ED and ED. RGB value is (156,237,237). Sum of RGB (Red+Green+Blue) = 156+237+237=630 (83% of max value = 765). Red value is 156 (61.33% from 255 or 24.76% from 630); Green value is 237 (92.97% from 255 or 37.62% from 630); Blue value is 237 (92.97% from 255 or 37.62% from 630); Max value from RGB is 237 - color contains mainly: green, blue. Hex color #9CEDED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CEDED is #631212. Grayscale: #D4D4D4. Windows color (decimal): -6492691 or 15592860. OLE color: 15592860.

HSL color Cylindrical-coordinate representation of color #9CEDED: hue angle of 180º degrees, saturation: 0.69, 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 #9CEDED is Cyan = 0.34, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB156237237-
CMYK0.34000.07
HSL180º69.23%77.06%-
HSV(B)180º34.18%92.94%-
XYZ59.2873.7591.23-
YUV212.78141.6687.5-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 24.76%
GREEN value IS 237 (92.97% from 255) = 37.62%
BLUE value IS 237 (92.97% from 255) = 37.62%
R=24.76%
G=37.62%
B=37.62%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1562372370.34000.0718069.2377.06
Hex9CEDED22007b4454d
Octal23435535542007264105115
Binary100111001110110111101101100010001111011010010001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CEDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,237,237); }

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

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

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

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

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

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

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