#AFE0DB

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

Shades of Ice Cold #AFE0DB

Tints of Ice Cold #AFE0DB

Color information

#AFE0DB (or 0xAFE0DB) is unknown color: approx Ice Cold. HEX triplet: AF, E0 and DB. RGB value is (175,224,219). Sum of RGB (Red+Green+Blue) = 175+224+219=618 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.32% from 618); Green value is 224 (87.89% from 255 or 36.25% from 618); Blue value is 219 (85.94% from 255 or 35.44% from 618); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE0DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE0DB is #501F24. Grayscale: #D0D0D0. Windows color (decimal): -5250853 or 14409903. OLE color: 14409903.

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

Color convert

RGB175224219-
CMYK0.2200.020.12
HSL173.88º44.14%78.24%-
HSV(B)173.88º21.88%87.84%-
XYZ57.1267.5477.04-
YUV208.78133.77103.91-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.32%
GREEN value IS 224 (87.89% from 255) = 36.25%
BLUE value IS 219 (85.94% from 255) = 35.44%
R=28.32%
G=36.25%
B=35.44%

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
Decimal1752242190.2200.020.12173.8844.1478.24
HexAFE0DB1602Cae2c4e
Octal25734033326021425654116
Binary101011111110000011011011101100101100101011101011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE0DB; }

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

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

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

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

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

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

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

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