#ADEAD5

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

Shades of Ice Cold #ADEAD5

Tints of Ice Cold #ADEAD5

Color information

#ADEAD5 (or 0xADEAD5) is unknown color: approx Ice Cold. HEX triplet: AD, EA and D5. RGB value is (173,234,213). Sum of RGB (Red+Green+Blue) = 173+234+213=620 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.90% from 620); Green value is 234 (91.80% from 255 or 37.74% from 620); Blue value is 213 (83.59% from 255 or 34.35% from 620); Max value from RGB is 234 - color contains mainly: green. Hex color #ADEAD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEAD5 is #52152A. Grayscale: #D5D5D5. Windows color (decimal): -5379371 or 14019245. OLE color: 14019245.

HSL color Cylindrical-coordinate representation of color #ADEAD5: hue angle of 159.34º 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 #ADEAD5 is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB173234213-
CMYK0.2600.090.08
HSL159.34º59.22%79.8%-
HSV(B)159.34º26.07%91.76%-
XYZ58.6772.5373.86-
YUV213.37127.7999.21-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.90%
GREEN value IS 234 (91.80% from 255) = 37.74%
BLUE value IS 213 (83.59% from 255) = 34.35%
R=27.90%
G=37.74%
B=34.35%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1732342130.2600.090.08159.3459.2279.8
HexADEAD51A0989f3b50
Octal255352325320111023773120
Binary10101101111010101101010111010010011000100111111110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADEAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADEAD5; }

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

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

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

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

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

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

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

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