#A6E1CF

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

Shades of Ice Cold #A6E1CF

Tints of Ice Cold #A6E1CF

Color information

#A6E1CF (or 0xA6E1CF) is unknown color: approx Ice Cold. HEX triplet: A6, E1 and CF. RGB value is (166,225,207). Sum of RGB (Red+Green+Blue) = 166+225+207=598 (79% of max value = 765). Red value is 166 (65.23% from 255 or 27.76% from 598); Green value is 225 (88.28% from 255 or 37.63% from 598); Blue value is 207 (81.25% from 255 or 34.62% from 598); Max value from RGB is 225 - color contains mainly: green. Hex color #A6E1CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6E1CF is #591E30. Grayscale: #CDCDCD. Windows color (decimal): -5840433 or 13623718. OLE color: 13623718.

HSL color Cylindrical-coordinate representation of color #A6E1CF: hue angle of 161.69º degrees, saturation: 0.5, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A6E1CF is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB166225207-
CMYK0.2600.080.12
HSL161.69º49.58%76.67%-
HSV(B)161.69º26.22%88.24%-
XYZ53.9166.4669.02-
YUV205.31128.9599.96-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.76%
GREEN value IS 225 (88.28% from 255) = 37.63%
BLUE value IS 207 (81.25% from 255) = 34.62%
R=27.76%
G=37.63%
B=34.62%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1662252070.2600.080.12161.6949.5876.67
HexA6E1CF1A08Ca2324d
Octal246341317320101424262115
Binary10100110111000011100111111010010001100101000101100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6E1CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6E1CF; }

 p { color: rgb(166,225,207); }

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

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

 a { background-color: rgb(166,225,207); }

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

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

 span { border-color: rgb(166,225,207); }

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