#AFEAD9

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

Shades of Ice Cold #AFEAD9

Tints of Ice Cold #AFEAD9

Color information

#AFEAD9 (or 0xAFEAD9) is unknown color: approx Ice Cold. HEX triplet: AF, EA and D9. RGB value is (175,234,217). Sum of RGB (Red+Green+Blue) = 175+234+217=626 (82% of max value = 765). Red value is 175 (68.75% from 255 or 27.96% from 626); Green value is 234 (91.80% from 255 or 37.38% from 626); Blue value is 217 (85.16% from 255 or 34.66% from 626); Max value from RGB is 234 - color contains mainly: green. Hex color #AFEAD9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEAD9 is #501526. Grayscale: #D6D6D6. Windows color (decimal): -5248295 or 14281391. OLE color: 14281391.

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

Color convert

RGB175234217-
CMYK0.2500.070.08
HSL162.71º58.42%80.2%-
HSV(B)162.71º25.21%91.76%-
XYZ59.6372.9776.59-
YUV214.42129.4599.88-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.96%
GREEN value IS 234 (91.80% from 255) = 37.38%
BLUE value IS 217 (85.16% from 255) = 34.66%
R=27.96%
G=37.38%
B=34.66%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1752342170.2500.070.08162.7158.4280.2
HexAFEAD919078a33a50
Octal25735233131071024372120
Binary1010111111101010110110011100101111000101000111110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEAD9; }

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

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

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

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

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

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

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

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