#AFE9DA

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

Shades of Ice Cold #AFE9DA

Tints of Ice Cold #AFE9DA

Color information

#AFE9DA (or 0xAFE9DA) is unknown color: approx Ice Cold. HEX triplet: AF, E9 and DA. RGB value is (175,233,218). Sum of RGB (Red+Green+Blue) = 175+233+218=626 (82% of max value = 765). Red value is 175 (68.75% from 255 or 27.96% from 626); Green value is 233 (91.41% from 255 or 37.22% from 626); Blue value is 218 (85.55% from 255 or 34.82% from 626); Max value from RGB is 233 - color contains mainly: green. Hex color #AFE9DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFE9DA is #501625. Grayscale: #D5D5D5. Windows color (decimal): -5248550 or 14346671. OLE color: 14346671.

HSL color Cylindrical-coordinate representation of color #AFE9DA: hue angle of 164.48º degrees, saturation: 0.57, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFE9DA is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB175233218-
CMYK0.2500.060.09
HSL164.48º56.86%80%-
HSV(B)164.48º24.89%91.37%-
XYZ59.4772.4577.18-
YUV213.95130.28100.22-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.96%
GREEN value IS 233 (91.41% from 255) = 37.22%
BLUE value IS 218 (85.55% from 255) = 34.82%
R=27.96%
G=37.22%
B=34.82%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1752332180.2500.060.09164.4856.8680
HexAFE9DA19069a43950
Octal25735133231061124471120
Binary1010111111101001110110101100101101001101001001110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE9DA; }

 p { color: rgb(175,233,218); }

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

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

 a { background-color: rgb(175,233,218); }

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

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

 span { border-color: rgb(175,233,218); }

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