#A6E0CB

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

Shades of Ice Cold #A6E0CB

Tints of Ice Cold #A6E0CB

Color information

#A6E0CB (or 0xA6E0CB) is unknown color: approx Ice Cold. HEX triplet: A6, E0 and CB. RGB value is (166,224,203). Sum of RGB (Red+Green+Blue) = 166+224+203=593 (78% of max value = 765). Red value is 166 (65.23% from 255 or 27.99% from 593); Green value is 224 (87.89% from 255 or 37.77% from 593); Blue value is 203 (79.69% from 255 or 34.23% from 593); Max value from RGB is 224 - color contains mainly: green. Hex color #A6E0CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6E0CB is #591F34. Grayscale: #CCCCCC. Windows color (decimal): -5840693 or 13361318. OLE color: 13361318.

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

Color convert

RGB166224203-
CMYK0.2600.090.12
HSL158.28º48.33%76.47%-
HSV(B)158.28º25.89%87.84%-
XYZ53.1665.7366.39-
YUV204.26127.28100.71-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.99%
GREEN value IS 224 (87.89% from 255) = 37.77%
BLUE value IS 203 (79.69% from 255) = 34.23%
R=27.99%
G=37.77%
B=34.23%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1662242030.2600.090.12158.2848.3376.47
HexA6E0CB1A09C9e304c
Octal246340313320111423660114
Binary10100110111000001100101111010010011100100111101100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6E0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6E0CB; }

 p { color: rgb(166,224,203); }

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

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

 a { background-color: rgb(166,224,203); }

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

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

 span { border-color: rgb(166,224,203); }

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