#AFE3DA

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

Shades of Ice Cold #AFE3DA

Tints of Ice Cold #AFE3DA

Color information

#AFE3DA (or 0xAFE3DA) is unknown color: approx Ice Cold. HEX triplet: AF, E3 and DA. RGB value is (175,227,218). Sum of RGB (Red+Green+Blue) = 175+227+218=620 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.23% from 620); Green value is 227 (89.06% from 255 or 36.61% from 620); Blue value is 218 (85.55% from 255 or 35.16% from 620); Max value from RGB is 227 - color contains mainly: green. Hex color #AFE3DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE3DA is #501C25. Grayscale: #D2D2D2. Windows color (decimal): -5250086 or 14345135. OLE color: 14345135.

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

Color convert

RGB175227218-
CMYK0.2300.040.11
HSL169.62º48.15%78.82%-
HSV(B)169.62º22.91%89.02%-
XYZ57.869.1176.62-
YUV210.43132.27102.73-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.23%
GREEN value IS 227 (89.06% from 255) = 36.61%
BLUE value IS 218 (85.55% from 255) = 35.16%
R=28.23%
G=36.61%
B=35.16%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1752272180.2300.040.11169.6248.1578.82
HexAFE3DA1704Baa304f
Octal25734333227041325260117
Binary1010111111100011110110101011101001011101010101100001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE3DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE3DA; }

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

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

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

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

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

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

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

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