#9DECDA

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

Shades of Ice Cold #9DECDA

Tints of Ice Cold #9DECDA

Color information

#9DECDA (or 0x9DECDA) is unknown color: approx Ice Cold. HEX triplet: 9D, EC and DA. RGB value is (157,236,218). Sum of RGB (Red+Green+Blue) = 157+236+218=611 (80% of max value = 765). Red value is 157 (61.72% from 255 or 25.70% from 611); Green value is 236 (92.58% from 255 or 38.63% from 611); Blue value is 218 (85.55% from 255 or 35.68% from 611); Max value from RGB is 236 - color contains mainly: green. Hex color #9DECDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DECDA is #621325. Grayscale: #D2D2D2. Windows color (decimal): -6427430 or 14347421. OLE color: 14347421.

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

Color convert

RGB157236218-
CMYK0.3300.080.07
HSL166.33º67.52%77.06%-
HSV(B)166.33º33.47%92.55%-
XYZ56.5572.2277.29-
YUV210.33132.3389.96-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 25.70%
GREEN value IS 236 (92.58% from 255) = 38.63%
BLUE value IS 218 (85.55% from 255) = 35.68%
R=25.70%
G=38.63%
B=35.68%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1572362180.3300.080.07166.3367.5277.06
Hex9DECDA21087a6444d
Octal235354332410107246104115
Binary100111011110110011011010100001010001111010011010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DECDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,236,218); }

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

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

 a { background-color: rgb(157,236,218); }

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

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

 span { border-color: rgb(157,236,218); }

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