#AFE0D5

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

Shades of Ice Cold #AFE0D5

Tints of Ice Cold #AFE0D5

Color information

#AFE0D5 (or 0xAFE0D5) is unknown color: approx Ice Cold. HEX triplet: AF, E0 and D5. RGB value is (175,224,213). Sum of RGB (Red+Green+Blue) = 175+224+213=612 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.59% from 612); Green value is 224 (87.89% from 255 or 36.60% from 612); Blue value is 213 (83.59% from 255 or 34.80% from 612); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE0D5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE0D5 is #501F2A. Grayscale: #D0D0D0. Windows color (decimal): -5250859 or 14016687. OLE color: 14016687.

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

Color convert

RGB175224213-
CMYK0.2200.050.12
HSL166.53º44.14%78.24%-
HSV(B)166.53º21.88%87.84%-
XYZ56.3567.2372.96-
YUV208.1130.77104.39-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.59%
GREEN value IS 224 (87.89% from 255) = 36.60%
BLUE value IS 213 (83.59% from 255) = 34.80%
R=28.59%
G=36.60%
B=34.80%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1752242130.2200.050.12166.5344.1478.24
HexAFE0D51605Ca72c4e
Octal25734032526051424754116
Binary1010111111100000110101011011001011100101001111011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE0D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE0D5; }

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

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

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

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

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

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

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

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