#AFE0D6

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

Shades of Ice Cold #AFE0D6

Tints of Ice Cold #AFE0D6

Color information

#AFE0D6 (or 0xAFE0D6) is unknown color: approx Ice Cold. HEX triplet: AF, E0 and D6. RGB value is (175,224,214). Sum of RGB (Red+Green+Blue) = 175+224+214=613 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.55% from 613); Green value is 224 (87.89% from 255 or 36.54% from 613); Blue value is 214 (83.98% from 255 or 34.91% from 613); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE0D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE0D6 is #501F29. Grayscale: #D0D0D0. Windows color (decimal): -5250858 or 14082223. OLE color: 14082223.

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

Color convert

RGB175224214-
CMYK0.2200.040.12
HSL167.76º44.14%78.24%-
HSV(B)167.76º21.88%87.84%-
XYZ56.4767.2873.63-
YUV208.21131.27104.31-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.55%
GREEN value IS 224 (87.89% from 255) = 36.54%
BLUE value IS 214 (83.98% from 255) = 34.91%
R=28.55%
G=36.54%
B=34.91%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1752242140.2200.040.12167.7644.1478.24
HexAFE0D61604Ca82c4e
Octal25734032626041425054116
Binary1010111111100000110101101011001001100101010001011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE0D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE0D6; }

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

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

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

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

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

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

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

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