#AFE2DC

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

Shades of Ice Cold #AFE2DC

Tints of Ice Cold #AFE2DC

Color information

#AFE2DC (or 0xAFE2DC) is unknown color: approx Ice Cold. HEX triplet: AF, E2 and DC. RGB value is (175,226,220). Sum of RGB (Red+Green+Blue) = 175+226+220=621 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.18% from 621); Green value is 226 (88.67% from 255 or 36.39% from 621); Blue value is 220 (86.33% from 255 or 35.43% from 621); Max value from RGB is 226 - color contains mainly: green. Hex color #AFE2DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE2DC is #501D23. Grayscale: #D2D2D2. Windows color (decimal): -5250340 or 14475951. OLE color: 14475951.

HSL color Cylindrical-coordinate representation of color #AFE2DC: hue angle of 172.94º degrees, saturation: 0.47, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFE2DC is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB175226220-
CMYK0.2300.030.11
HSL172.94º46.79%78.63%-
HSV(B)172.94º22.57%88.63%-
XYZ57.7968.6777.92-
YUV210.07133.6102.99-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.18%
GREEN value IS 226 (88.67% from 255) = 36.39%
BLUE value IS 220 (86.33% from 255) = 35.43%
R=28.18%
G=36.39%
B=35.43%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1752262200.2300.030.11172.9446.7978.63
HexAFE2DC1703Bad2f4f
Octal25734233427031325557117
Binary101011111110001011011100101110111011101011011011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE2DC; }

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

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

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

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

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

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

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

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