#afe6de

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

Shades of Ice Cold #AFE6DE

Tints of Ice Cold #AFE6DE

Color information

#AFE6DE (or 0xAFE6DE) is unknown color: approx Ice Cold. HEX triplet: AF, E6 and DE. RGB value is (175,230,222). Sum of RGB (Red+Green+Blue) = 175+230+222=627 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.91% from 627); Green value is 230 (90.23% from 255 or 36.68% from 627); Blue value is 222 (87.11% from 255 or 35.41% from 627); Max value from RGB is 230 - color contains mainly: green. Hex color #AFE6DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFE6DE is #501921. Grayscale: #D4D4D4. Windows color (decimal): -5249314 or 14608047. OLE color: 14608047.

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

Color convert

RGB175230222-
CMYK0.2400.030.10
HSL171.27º52.38%79.41%-
HSV(B)171.27º23.91%90.2%-
XYZ59.1670.9879.69-
YUV212.64133.28101.15-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.91%
GREEN value IS 230 (90.23% from 255) = 36.68%
BLUE value IS 222 (87.11% from 255) = 35.41%
R=27.91%
G=36.68%
B=35.41%

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
Decimal1752302220.2400.030.10171.2752.3879.41
HexAFE6DE1803Aab344f
Octal25734633630031225364117
Binary101011111110011011011110110000111010101010111101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #afe6de

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #afe6de; }

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

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

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

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

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

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

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

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