#A8E7DC

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

Shades of Ice Cold #A8E7DC

Tints of Ice Cold #A8E7DC

Color information

#A8E7DC (or 0xA8E7DC) is unknown color: approx Ice Cold. HEX triplet: A8, E7 and DC. RGB value is (168,231,220). Sum of RGB (Red+Green+Blue) = 168+231+220=619 (81% of max value = 765). Red value is 168 (66.02% from 255 or 27.14% from 619); Green value is 231 (90.62% from 255 or 37.32% from 619); Blue value is 220 (86.33% from 255 or 35.54% from 619); Max value from RGB is 231 - color contains mainly: green. Hex color #A8E7DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8E7DC is #571823. Grayscale: #D2D2D2. Windows color (decimal): -5707812 or 14477224. OLE color: 14477224.

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

Color convert

RGB168231220-
CMYK0.2700.050.09
HSL169.52º56.76%78.24%-
HSV(B)169.52º27.27%90.59%-
XYZ57.6470.6478.31-
YUV210.91133.1397.39-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 27.14%
GREEN value IS 231 (90.62% from 255) = 37.32%
BLUE value IS 220 (86.33% from 255) = 35.54%
R=27.14%
G=37.32%
B=35.54%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1682312200.2700.050.09169.5256.7678.24
HexA8E7DC1B059aa394e
Octal25034733433051125271116
Binary1010100011100111110111001101101011001101010101110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8E7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8E7DC; }

 p { color: rgb(168,231,220); }

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

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

 a { background-color: rgb(168,231,220); }

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

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

 span { border-color: rgb(168,231,220); }

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