#A6EAD7

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

Shades of Ice Cold #A6EAD7

Tints of Ice Cold #A6EAD7

Color information

#A6EAD7 (or 0xA6EAD7) is unknown color: approx Ice Cold. HEX triplet: A6, EA and D7. RGB value is (166,234,215). Sum of RGB (Red+Green+Blue) = 166+234+215=615 (81% of max value = 765). Red value is 166 (65.23% from 255 or 26.99% from 615); Green value is 234 (91.80% from 255 or 38.05% from 615); Blue value is 215 (84.38% from 255 or 34.96% from 615); Max value from RGB is 234 - color contains mainly: green. Hex color #A6EAD7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6EAD7 is #591528. Grayscale: #D3D3D3. Windows color (decimal): -5838121 or 14150310. OLE color: 14150310.

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

Color convert

RGB166234215-
CMYK0.2900.080.08
HSL163.24º61.82%78.43%-
HSV(B)163.24º29.06%91.76%-
XYZ57.4171.8675.13-
YUV211.5129.9795.54-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 26.99%
GREEN value IS 234 (91.80% from 255) = 38.05%
BLUE value IS 215 (84.38% from 255) = 34.96%
R=26.99%
G=38.05%
B=34.96%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1662342150.2900.080.08163.2461.8278.43
HexA6EAD71D088a33e4e
Octal246352327350101024376116
Binary10100110111010101101011111101010001000101000111111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6EAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6EAD7; }

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

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

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

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

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

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

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

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