#A6E8D3

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

Shades of Ice Cold #A6E8D3

Tints of Ice Cold #A6E8D3

Color information

#A6E8D3 (or 0xA6E8D3) is unknown color: approx Ice Cold. HEX triplet: A6, E8 and D3. RGB value is (166,232,211). Sum of RGB (Red+Green+Blue) = 166+232+211=609 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.26% from 609); Green value is 232 (91.02% from 255 or 38.10% from 609); Blue value is 211 (82.81% from 255 or 34.65% from 609); Max value from RGB is 232 - color contains mainly: green. Hex color #A6E8D3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6E8D3 is #59172C. Grayscale: #D1D1D1. Windows color (decimal): -5838637 or 13887654. OLE color: 13887654.

HSL color Cylindrical-coordinate representation of color #A6E8D3: hue angle of 160.91º degrees, saturation: 0.59, 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 #A6E8D3 is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.

Color convert

RGB166232211-
CMYK0.2800.090.09
HSL160.91º58.93%78.04%-
HSV(B)160.91º28.45%90.98%-
XYZ56.3470.5272.27-
YUV209.87128.6396.71-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.26%
GREEN value IS 232 (91.02% from 255) = 38.10%
BLUE value IS 211 (82.81% from 255) = 34.65%
R=27.26%
G=38.10%
B=34.65%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1662322110.2800.090.09160.9158.9378.04
HexA6E8D31C099a13b4e
Octal246350323340111124173116
Binary10100110111010001101001111100010011001101000011110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6E8D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6E8D3; }

 p { color: rgb(166,232,211); }

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

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

 a { background-color: rgb(166,232,211); }

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

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

 span { border-color: rgb(166,232,211); }

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