#AFE6DC

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

Shades of Ice Cold #AFE6DC

Tints of Ice Cold #AFE6DC

Color information

#AFE6DC (or 0xAFE6DC) is unknown color: approx Ice Cold. HEX triplet: AF, E6 and DC. RGB value is (175,230,220). Sum of RGB (Red+Green+Blue) = 175+230+220=625 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28% from 625); Green value is 230 (90.23% from 255 or 36.8% from 625); Blue value is 220 (86.33% from 255 or 35.2% from 625); Max value from RGB is 230 - color contains mainly: green. Hex color #AFE6DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFE6DC is #501923. Grayscale: #D4D4D4. Windows color (decimal): -5249316 or 14476975. OLE color: 14476975.

HSL color Cylindrical-coordinate representation of color #AFE6DC: hue angle of 169.09º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFE6DC is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB175230220-
CMYK0.2400.040.10
HSL169.09º52.38%79.41%-
HSV(B)169.09º23.91%90.2%-
XYZ58.8970.8778.29-
YUV212.42132.28101.31-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28%
GREEN value IS 230 (90.23% from 255) = 36.8%
BLUE value IS 220 (86.33% from 255) = 35.2%
R=28%
G=36.8%
B=35.2%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1752302200.2400.040.10169.0952.3879.41
HexAFE6DC1804Aa9344f
Octal25734633430041225164117
Binary1010111111100110110111001100001001010101010011101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE6DC; }

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

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

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

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

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

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

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

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