#A8E2DA

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

Shades of Ice Cold #A8E2DA

Tints of Ice Cold #A8E2DA

Color information

#A8E2DA (or 0xA8E2DA) is unknown color: approx Ice Cold. HEX triplet: A8, E2 and DA. RGB value is (168,226,218). Sum of RGB (Red+Green+Blue) = 168+226+218=612 (81% of max value = 765). Red value is 168 (66.02% from 255 or 27.45% from 612); Green value is 226 (88.67% from 255 or 36.93% from 612); Blue value is 218 (85.55% from 255 or 35.62% from 612); Max value from RGB is 226 - color contains mainly: green. Hex color #A8E2DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8E2DA is #571D25. Grayscale: #CFCFCF. Windows color (decimal): -5709094 or 14344872. OLE color: 14344872.

HSL color Cylindrical-coordinate representation of color #A8E2DA: hue angle of 171.72º degrees, saturation: 0.5, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A8E2DA is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB168226218-
CMYK0.2600.040.11
HSL171.72º50%77.25%-
HSV(B)171.72º25.66%88.63%-
XYZ5667.7876.46-
YUV207.75133.7899.65-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 27.45%
GREEN value IS 226 (88.67% from 255) = 36.93%
BLUE value IS 218 (85.55% from 255) = 35.62%
R=27.45%
G=36.93%
B=35.62%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1682262180.2600.040.11171.725077.25
HexA8E2DA1A04Bac324d
Octal25034233232041325462115
Binary1010100011100010110110101101001001011101011001100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8E2DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8E2DA; }

 p { color: rgb(168,226,218); }

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

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

 a { background-color: rgb(168,226,218); }

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

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

 span { border-color: rgb(168,226,218); }

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