#A6EAD6

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

Shades of Ice Cold #A6EAD6

Tints of Ice Cold #A6EAD6

Color information

#A6EAD6 (or 0xA6EAD6) is unknown color: approx Ice Cold. HEX triplet: A6, EA and D6. RGB value is (166,234,214). Sum of RGB (Red+Green+Blue) = 166+234+214=614 (81% of max value = 765). Red value is 166 (65.23% from 255 or 27.04% from 614); Green value is 234 (91.80% from 255 or 38.11% from 614); Blue value is 214 (83.98% from 255 or 34.85% from 614); Max value from RGB is 234 - color contains mainly: green. Hex color #A6EAD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6EAD6 is #591529. Grayscale: #D3D3D3. Windows color (decimal): -5838122 or 14084774. OLE color: 14084774.

HSL color Cylindrical-coordinate representation of color #A6EAD6: hue angle of 162.35º 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 #A6EAD6 is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB166234214-
CMYK0.2900.090.08
HSL162.35º61.82%78.43%-
HSV(B)162.35º29.06%91.76%-
XYZ57.2971.8174.46-
YUV211.39129.4795.63-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.04%
GREEN value IS 234 (91.80% from 255) = 38.11%
BLUE value IS 214 (83.98% from 255) = 34.85%
R=27.04%
G=38.11%
B=34.85%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1662342140.2900.090.08162.3561.8278.43
HexA6EAD61D098a23e4e
Octal246352326350111024276116
Binary10100110111010101101011011101010011000101000101111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6EAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6EAD6; }

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

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

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

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

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

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

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

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