#A6E7DC

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

Shades of Ice Cold #A6E7DC

Tints of Ice Cold #A6E7DC

Color information

#A6E7DC (or 0xA6E7DC) is unknown color: approx Ice Cold. HEX triplet: A6, E7 and DC. RGB value is (166,231,220). Sum of RGB (Red+Green+Blue) = 166+231+220=617 (81% of max value = 765). Red value is 166 (65.23% from 255 or 26.90% from 617); Green value is 231 (90.62% from 255 or 37.44% from 617); Blue value is 220 (86.33% from 255 or 35.66% from 617); Max value from RGB is 231 - color contains mainly: green. Hex color #A6E7DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6E7DC is #591823. Grayscale: #D2D2D2. Windows color (decimal): -5838884 or 14477222. OLE color: 14477222.

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

Color convert

RGB166231220-
CMYK0.2800.050.09
HSL169.85º57.52%77.84%-
HSV(B)169.85º28.14%90.59%-
XYZ57.2270.4378.29-
YUV210.31133.4796.39-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 26.90%
GREEN value IS 231 (90.62% from 255) = 37.44%
BLUE value IS 220 (86.33% from 255) = 35.66%
R=26.90%
G=37.44%
B=35.66%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1662312200.2800.050.09169.8557.5277.84
HexA6E7DC1C059aa3a4e
Octal24634733434051125272116
Binary1010011011100111110111001110001011001101010101110101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6E7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6E7DC; }

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

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

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

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

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

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

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

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