#9DECE1

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

Shades of Ice Cold #9DECE1

Tints of Ice Cold #9DECE1

Color information

#9DECE1 (or 0x9DECE1) is unknown color: approx Ice Cold. HEX triplet: 9D, EC and E1. RGB value is (157,236,225). Sum of RGB (Red+Green+Blue) = 157+236+225=618 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.40% from 618); Green value is 236 (92.58% from 255 or 38.19% from 618); Blue value is 225 (88.28% from 255 or 36.41% from 618); Max value from RGB is 236 - color contains mainly: green. Hex color #9DECE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DECE1 is #62131E. Grayscale: #D3D3D3. Windows color (decimal): -6427423 or 14806173. OLE color: 14806173.

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

Color convert

RGB157236225-
CMYK0.3300.050.07
HSL171.65º67.52%77.06%-
HSV(B)171.65º33.47%92.55%-
XYZ57.4972.682.22-
YUV211.12135.8389.39-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 25.40%
GREEN value IS 236 (92.58% from 255) = 38.19%
BLUE value IS 225 (88.28% from 255) = 36.41%
R=25.40%
G=38.19%
B=36.41%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1572362250.3300.050.07171.6567.5277.06
Hex9DECE121057ac444d
Octal23535434141057254104115
Binary10011101111011001110000110000101011111010110010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DECE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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