#A6EADA

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

Shades of Ice Cold #A6EADA

Tints of Ice Cold #A6EADA

Color information

#A6EADA (or 0xA6EADA) is unknown color: approx Ice Cold. HEX triplet: A6, EA and DA. RGB value is (166,234,218). Sum of RGB (Red+Green+Blue) = 166+234+218=618 (81% of max value = 765). Red value is 166 (65.23% from 255 or 26.86% from 618); Green value is 234 (91.80% from 255 or 37.86% from 618); Blue value is 218 (85.55% from 255 or 35.28% from 618); Max value from RGB is 234 - color contains mainly: green. Hex color #A6EADA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6EADA is #591525. Grayscale: #D3D3D3. Windows color (decimal): -5838118 or 14346918. OLE color: 14346918.

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

Color convert

RGB166234218-
CMYK0.2900.070.08
HSL165.88º61.82%78.43%-
HSV(B)165.88º29.06%91.76%-
XYZ57.872.0177.18-
YUV211.84131.4795.3-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 26.86%
GREEN value IS 234 (91.80% from 255) = 37.86%
BLUE value IS 218 (85.55% from 255) = 35.28%
R=26.86%
G=37.86%
B=35.28%

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
Decimal1662342180.2900.070.08165.8861.8278.43
HexA6EADA1D078a63e4e
Octal24635233235071024676116
Binary1010011011101010110110101110101111000101001101111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6EADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6EADA; }

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

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

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

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

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

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

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

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