#ADEAD9

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

Shades of Ice Cold #ADEAD9

Tints of Ice Cold #ADEAD9

Color information

#ADEAD9 (or 0xADEAD9) is unknown color: approx Ice Cold. HEX triplet: AD, EA and D9. RGB value is (173,234,217). Sum of RGB (Red+Green+Blue) = 173+234+217=624 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.72% from 624); Green value is 234 (91.80% from 255 or 37.5% from 624); Blue value is 217 (85.16% from 255 or 34.78% from 624); Max value from RGB is 234 - color contains mainly: green. Hex color #ADEAD9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEAD9 is #521526. Grayscale: #D5D5D5. Windows color (decimal): -5379367 or 14281389. OLE color: 14281389.

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

Color convert

RGB173234217-
CMYK0.2600.070.08
HSL163.28º59.22%79.8%-
HSV(B)163.28º26.07%91.76%-
XYZ59.1872.7476.57-
YUV213.82129.7998.88-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.72%
GREEN value IS 234 (91.80% from 255) = 37.5%
BLUE value IS 217 (85.16% from 255) = 34.78%
R=27.72%
G=37.5%
B=34.78%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1732342170.2600.070.08163.2859.2279.8
HexADEAD91A078a33b50
Octal25535233132071024373120
Binary1010110111101010110110011101001111000101000111110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADEAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADEAD9; }

 p { color: rgb(173,234,217); }

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

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

 a { background-color: rgb(173,234,217); }

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

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

 span { border-color: rgb(173,234,217); }

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