#ADDFD5

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

Shades of Ice Cold #ADDFD5

Tints of Ice Cold #ADDFD5

Color information

#ADDFD5 (or 0xADDFD5) is unknown color: approx Ice Cold. HEX triplet: AD, DF and D5. RGB value is (173,223,213). Sum of RGB (Red+Green+Blue) = 173+223+213=609 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.41% from 609); Green value is 223 (87.5% from 255 or 36.62% from 609); Blue value is 213 (83.59% from 255 or 34.98% from 609); Max value from RGB is 223 - color contains mainly: green. Hex color #ADDFD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDFD5 is #52202A. Grayscale: #CECECE. Windows color (decimal): -5382187 or 14016429. OLE color: 14016429.

HSL color Cylindrical-coordinate representation of color #ADDFD5: hue angle of 168º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADDFD5 is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB173223213-
CMYK0.2200.040.13
HSL168º43.86%77.65%-
HSV(B)168º22.42%87.45%-
XYZ55.6366.4672.85-
YUV206.91131.44103.81-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.41%
GREEN value IS 223 (87.5% from 255) = 36.62%
BLUE value IS 213 (83.59% from 255) = 34.98%
R=28.41%
G=36.62%
B=34.98%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1732232130.2200.040.1316843.8677.65
HexADDFD51604Da82c4e
Octal25533732526041525054116
Binary1010110111011111110101011011001001101101010001011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDFD5; }

 p { color: rgb(173,223,213); }

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

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

 a { background-color: rgb(173,223,213); }

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

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

 span { border-color: rgb(173,223,213); }

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