#A6EAD9

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

Shades of Ice Cold #A6EAD9

Tints of Ice Cold #A6EAD9

Color information

#A6EAD9 (or 0xA6EAD9) is unknown color: approx Ice Cold. HEX triplet: A6, EA and D9. RGB value is (166,234,217). Sum of RGB (Red+Green+Blue) = 166+234+217=617 (81% of max value = 765). Red value is 166 (65.23% from 255 or 26.90% from 617); Green value is 234 (91.80% from 255 or 37.93% from 617); Blue value is 217 (85.16% from 255 or 35.17% from 617); Max value from RGB is 234 - color contains mainly: green. Hex color #A6EAD9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6EAD9 is #591526. Grayscale: #D3D3D3. Windows color (decimal): -5838119 or 14281382. OLE color: 14281382.

HSL color Cylindrical-coordinate representation of color #A6EAD9: hue angle of 165º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A6EAD9 is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB166234217-
CMYK0.2900.070.08
HSL165º61.82%78.43%-
HSV(B)165º29.06%91.76%-
XYZ57.6771.9676.5-
YUV211.73130.9795.38-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 26.90%
GREEN value IS 234 (91.80% from 255) = 37.93%
BLUE value IS 217 (85.16% from 255) = 35.17%
R=26.90%
G=37.93%
B=35.17%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1662342170.2900.070.0816561.8278.43
HexA6EAD91D078a53e4e
Octal24635233135071024576116
Binary1010011011101010110110011110101111000101001011111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6EAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6EAD9; }

 p { color: rgb(166,234,217); }

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

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

 a { background-color: rgb(166,234,217); }

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

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

 span { border-color: rgb(166,234,217); }

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