#A6EBD9

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

Shades of Ice Cold #A6EBD9

Tints of Ice Cold #A6EBD9

Color information

#A6EBD9 (or 0xA6EBD9) is unknown color: approx Ice Cold. HEX triplet: A6, EB and D9. RGB value is (166,235,217). Sum of RGB (Red+Green+Blue) = 166+235+217=618 (81% of max value = 765). Red value is 166 (65.23% from 255 or 26.86% from 618); Green value is 235 (92.19% from 255 or 38.03% from 618); Blue value is 217 (85.16% from 255 or 35.11% from 618); Max value from RGB is 235 - color contains mainly: green. Hex color #A6EBD9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6EBD9 is #591426. Grayscale: #D4D4D4. Windows color (decimal): -5837863 or 14281638. OLE color: 14281638.

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

Color convert

RGB166235217-
CMYK0.2900.080.08
HSL164.35º63.3%78.63%-
HSV(B)164.35º29.36%92.16%-
XYZ57.9672.5376.59-
YUV212.32130.6494.96-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 26.86%
GREEN value IS 235 (92.19% from 255) = 38.03%
BLUE value IS 217 (85.16% from 255) = 35.11%
R=26.86%
G=38.03%
B=35.11%

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
Decimal1662352170.2900.080.08164.3563.378.63
HexA6EBD91D088a43f4f
Octal246353331350101024477117
Binary10100110111010111101100111101010001000101001001111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6EBD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6EBD9; }

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

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

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

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

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

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

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

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