#9CEDDA

Color #9CEDDA Ice Cold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ice Cold #9CEDDA

Tints of Ice Cold #9CEDDA

Color information

#9CEDDA (or 0x9CEDDA) is unknown color: approx Ice Cold. HEX triplet: 9C, ED and DA. RGB value is (156,237,218). Sum of RGB (Red+Green+Blue) = 156+237+218=611 (80% of max value = 765). Red value is 156 (61.33% from 255 or 25.53% from 611); Green value is 237 (92.97% from 255 or 38.79% from 611); Blue value is 218 (85.55% from 255 or 35.68% from 611); Max value from RGB is 237 - color contains mainly: green. Hex color #9CEDDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CEDDA is #631225. Grayscale: #D2D2D2. Windows color (decimal): -6492710 or 14347676. OLE color: 14347676.

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

Color convert

RGB156237218-
CMYK0.3400.080.07
HSL165.93º69.23%77.06%-
HSV(B)165.93º34.18%92.94%-
XYZ56.6572.777.38-
YUV210.62132.1689.04-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 25.53%
GREEN value IS 237 (92.97% from 255) = 38.79%
BLUE value IS 218 (85.55% from 255) = 35.68%
R=25.53%
G=38.79%
B=35.68%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1562372180.3400.080.07165.9369.2377.06
Hex9CEDDA22087a6454d
Octal234355332420107246105115
Binary100111001110110111011010100010010001111010011010001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CEDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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