#AFE4D9

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

Shades of Ice Cold #AFE4D9

Tints of Ice Cold #AFE4D9

Color information

#AFE4D9 (or 0xAFE4D9) is unknown color: approx Ice Cold. HEX triplet: AF, E4 and D9. RGB value is (175,228,217). Sum of RGB (Red+Green+Blue) = 175+228+217=620 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.23% from 620); Green value is 228 (89.45% from 255 or 36.77% from 620); Blue value is 217 (85.16% from 255 or 35% from 620); Max value from RGB is 228 - color contains mainly: green. Hex color #AFE4D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE4D9 is #501B26. Grayscale: #D2D2D2. Windows color (decimal): -5249831 or 14279855. OLE color: 14279855.

HSL color Cylindrical-coordinate representation of color #AFE4D9: hue angle of 167.55º degrees, saturation: 0.5, 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 #AFE4D9 is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.11.

Color convert

RGB175228217-
CMYK0.2300.050.11
HSL167.55º49.53%79.02%-
HSV(B)167.55º23.25%89.41%-
XYZ57.9569.6176.03-
YUV210.9131.44102.39-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.23%
GREEN value IS 228 (89.45% from 255) = 36.77%
BLUE value IS 217 (85.16% from 255) = 35%
R=28.23%
G=36.77%
B=35%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1752282170.2300.050.11167.5549.5379.02
HexAFE4D91705Ba8324f
Octal25734433127051325062117
Binary1010111111100100110110011011101011011101010001100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE4D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE4D9; }

 p { color: rgb(175,228,217); }

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

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

 a { background-color: rgb(175,228,217); }

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

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

 span { border-color: rgb(175,228,217); }

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