#AFE0DA

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

Shades of Ice Cold #AFE0DA

Tints of Ice Cold #AFE0DA

Color information

#AFE0DA (or 0xAFE0DA) is unknown color: approx Ice Cold. HEX triplet: AF, E0 and DA. RGB value is (175,224,218). Sum of RGB (Red+Green+Blue) = 175+224+218=617 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.36% from 617); Green value is 224 (87.89% from 255 or 36.30% from 617); Blue value is 218 (85.55% from 255 or 35.33% from 617); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE0DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE0DA is #501F25. Grayscale: #D0D0D0. Windows color (decimal): -5250854 or 14344367. OLE color: 14344367.

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

Color convert

RGB175224218-
CMYK0.2200.030.12
HSL172.65º44.14%78.24%-
HSV(B)172.65º21.88%87.84%-
XYZ56.9967.4976.35-
YUV208.66133.27103.99-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.36%
GREEN value IS 224 (87.89% from 255) = 36.30%
BLUE value IS 218 (85.55% from 255) = 35.33%
R=28.36%
G=36.30%
B=35.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1752242180.2200.030.12172.6544.1478.24
HexAFE0DA1603Cad2c4e
Octal25734033226031425554116
Binary101011111110000011011010101100111100101011011011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE0DA; }

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

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

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

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

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

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

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

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