#ADECD8

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

Shades of Ice Cold #ADECD8

Tints of Ice Cold #ADECD8

Color information

#ADECD8 (or 0xADECD8) is unknown color: approx Ice Cold. HEX triplet: AD, EC and D8. RGB value is (173,236,216). Sum of RGB (Red+Green+Blue) = 173+236+216=625 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.68% from 625); Green value is 236 (92.58% from 255 or 37.76% from 625); Blue value is 216 (84.77% from 255 or 34.56% from 625); Max value from RGB is 236 - color contains mainly: green. Hex color #ADECD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADECD8 is #521327. Grayscale: #D6D6D6. Windows color (decimal): -5378856 or 14216365. OLE color: 14216365.

HSL color Cylindrical-coordinate representation of color #ADECD8: hue angle of 160.95º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADECD8 is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB173236216-
CMYK0.2700.080.07
HSL160.95º62.38%80.2%-
HSV(B)160.95º26.69%92.55%-
XYZ59.6273.8376.07-
YUV214.88128.6398.13-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.68%
GREEN value IS 236 (92.58% from 255) = 37.76%
BLUE value IS 216 (84.77% from 255) = 34.56%
R=27.68%
G=37.76%
B=34.56%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1732362160.2700.080.07160.9562.3880.2
HexADECD81B087a13e50
Octal25535433033010724176120
Binary1010110111101100110110001101101000111101000011111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADECD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADECD8; }

 p { color: rgb(173,236,216); }

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

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

 a { background-color: rgb(173,236,216); }

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

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

 span { border-color: rgb(173,236,216); }

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