#AFE1DC

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

Shades of Ice Cold #AFE1DC

Tints of Ice Cold #AFE1DC

Color information

#AFE1DC (or 0xAFE1DC) is unknown color: approx Ice Cold. HEX triplet: AF, E1 and DC. RGB value is (175,225,220). Sum of RGB (Red+Green+Blue) = 175+225+220=620 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.23% from 620); Green value is 225 (88.28% from 255 or 36.29% from 620); Blue value is 220 (86.33% from 255 or 35.48% from 620); Max value from RGB is 225 - color contains mainly: green. Hex color #AFE1DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE1DC is #501E23. Grayscale: #D1D1D1. Windows color (decimal): -5250596 or 14475695. OLE color: 14475695.

HSL color Cylindrical-coordinate representation of color #AFE1DC: hue angle of 174º degrees, saturation: 0.45, 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 #AFE1DC is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB175225220-
CMYK0.2200.020.12
HSL174º45.45%78.43%-
HSV(B)174º22.22%88.24%-
XYZ57.5268.1377.83-
YUV209.48133.94103.41-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.23%
GREEN value IS 225 (88.28% from 255) = 36.29%
BLUE value IS 220 (86.33% from 255) = 35.48%
R=28.23%
G=36.29%
B=35.48%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1752252200.2200.020.1217445.4578.43
HexAFE1DC1602Cae2d4e
Octal25734133426021425655116
Binary101011111110000111011100101100101100101011101011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE1DC; }

 p { color: rgb(175,225,220); }

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

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

 a { background-color: rgb(175,225,220); }

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

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

 span { border-color: rgb(175,225,220); }

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