#ADE0DA

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

Shades of Ice Cold #ADE0DA

Tints of Ice Cold #ADE0DA

Color information

#ADE0DA (or 0xADE0DA) is unknown color: approx Ice Cold. HEX triplet: AD, E0 and DA. RGB value is (173,224,218). Sum of RGB (Red+Green+Blue) = 173+224+218=615 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.13% from 615); Green value is 224 (87.89% from 255 or 36.42% from 615); Blue value is 218 (85.55% from 255 or 35.45% from 615); Max value from RGB is 224 - color contains mainly: green. Hex color #ADE0DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADE0DA is #521F25. Grayscale: #D0D0D0. Windows color (decimal): -5381926 or 14344365. OLE color: 14344365.

HSL color Cylindrical-coordinate representation of color #ADE0DA: hue angle of 172.94º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADE0DA is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB173224218-
CMYK0.2300.030.12
HSL172.94º45.13%77.84%-
HSV(B)172.94º22.77%87.84%-
XYZ56.5467.2676.33-
YUV208.07133.6102.99-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.13%
GREEN value IS 224 (87.89% from 255) = 36.42%
BLUE value IS 218 (85.55% from 255) = 35.45%
R=28.13%
G=36.42%
B=35.45%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1732242180.2300.030.12172.9445.1377.84
HexADE0DA1703Cad2d4e
Octal25534033227031425555116
Binary101011011110000011011010101110111100101011011011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADE0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADE0DA; }

 p { color: rgb(173,224,218); }

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

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

 a { background-color: rgb(173,224,218); }

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

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

 span { border-color: rgb(173,224,218); }

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