#AFE0D7

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

Shades of Ice Cold #AFE0D7

Tints of Ice Cold #AFE0D7

Color information

#AFE0D7 (or 0xAFE0D7) is unknown color: approx Ice Cold. HEX triplet: AF, E0 and D7. RGB value is (175,224,215). Sum of RGB (Red+Green+Blue) = 175+224+215=614 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.50% from 614); Green value is 224 (87.89% from 255 or 36.48% from 614); Blue value is 215 (84.38% from 255 or 35.02% from 614); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE0D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE0D7 is #501F28. Grayscale: #D0D0D0. Windows color (decimal): -5250857 or 14147759. OLE color: 14147759.

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

Color convert

RGB175224215-
CMYK0.2200.040.12
HSL168.98º44.14%78.24%-
HSV(B)168.98º21.88%87.84%-
XYZ56.667.3374.3-
YUV208.32131.77104.23-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.50%
GREEN value IS 224 (87.89% from 255) = 36.48%
BLUE value IS 215 (84.38% from 255) = 35.02%
R=28.50%
G=36.48%
B=35.02%

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
Decimal1752242150.2200.040.12168.9844.1478.24
HexAFE0D71604Ca92c4e
Octal25734032726041425154116
Binary1010111111100000110101111011001001100101010011011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE0D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE0D7; }

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

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

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

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

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

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

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

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