#AFE6DD

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

Shades of Ice Cold #AFE6DD

Tints of Ice Cold #AFE6DD

Color information

#AFE6DD (or 0xAFE6DD) is unknown color: approx Ice Cold. HEX triplet: AF, E6 and DD. RGB value is (175,230,221). Sum of RGB (Red+Green+Blue) = 175+230+221=626 (82% of max value = 765). Red value is 175 (68.75% from 255 or 27.96% from 626); Green value is 230 (90.23% from 255 or 36.74% from 626); Blue value is 221 (86.72% from 255 or 35.30% from 626); Max value from RGB is 230 - color contains mainly: green. Hex color #AFE6DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFE6DD is #501922. Grayscale: #D4D4D4. Windows color (decimal): -5249315 or 14542511. OLE color: 14542511.

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

Color convert

RGB175230221-
CMYK0.2400.040.10
HSL170.18º52.38%79.41%-
HSV(B)170.18º23.91%90.2%-
XYZ59.0370.9378.99-
YUV212.53132.78101.23-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.96%
GREEN value IS 230 (90.23% from 255) = 36.74%
BLUE value IS 221 (86.72% from 255) = 35.30%
R=27.96%
G=36.74%
B=35.30%

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
Decimal1752302210.2400.040.10170.1852.3879.41
HexAFE6DD1804Aaa344f
Octal25734633530041225264117
Binary1010111111100110110111011100001001010101010101101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE6DD; }

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

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

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

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

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

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

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

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