#AFE5DE

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

Shades of Ice Cold #AFE5DE

Tints of Ice Cold #AFE5DE

Color information

#AFE5DE (or 0xAFE5DE) is unknown color: approx Ice Cold. HEX triplet: AF, E5 and DE. RGB value is (175,229,222). Sum of RGB (Red+Green+Blue) = 175+229+222=626 (82% of max value = 765). Red value is 175 (68.75% from 255 or 27.96% from 626); Green value is 229 (89.84% from 255 or 36.58% from 626); Blue value is 222 (87.11% from 255 or 35.46% from 626); Max value from RGB is 229 - color contains mainly: green. Hex color #AFE5DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE5DE is #501A21. Grayscale: #D4D4D4. Windows color (decimal): -5249570 or 14607791. OLE color: 14607791.

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

Color convert

RGB175229222-
CMYK0.2400.030.10
HSL172.22º50.94%79.22%-
HSV(B)172.22º23.58%89.8%-
XYZ58.8870.4379.6-
YUV212.06133.61101.57-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.96%
GREEN value IS 229 (89.84% from 255) = 36.58%
BLUE value IS 222 (87.11% from 255) = 35.46%
R=27.96%
G=36.58%
B=35.46%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1752292220.2400.030.10172.2250.9479.22
HexAFE5DE1803Aac334f
Octal25734533630031225463117
Binary101011111110010111011110110000111010101011001100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE5DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE5DE; }

 p { color: rgb(175,229,222); }

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

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

 a { background-color: rgb(175,229,222); }

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

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

 span { border-color: rgb(175,229,222); }

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