#A6DFCE

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

Shades of Ice Cold #A6DFCE

Tints of Ice Cold #A6DFCE

Color information

#A6DFCE (or 0xA6DFCE) is unknown color: approx Ice Cold. HEX triplet: A6, DF and CE. RGB value is (166,223,206). Sum of RGB (Red+Green+Blue) = 166+223+206=595 (78% of max value = 765). Red value is 166 (65.23% from 255 or 27.90% from 595); Green value is 223 (87.5% from 255 or 37.48% from 595); Blue value is 206 (80.86% from 255 or 34.62% from 595); Max value from RGB is 223 - color contains mainly: green. Hex color #A6DFCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DFCE is #592031. Grayscale: #CCCCCC. Windows color (decimal): -5840946 or 13557670. OLE color: 13557670.

HSL color Cylindrical-coordinate representation of color #A6DFCE: hue angle of 162.11º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A6DFCE is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB166223206-
CMYK0.2600.080.13
HSL162.11º47.11%76.27%-
HSV(B)162.11º25.56%87.45%-
XYZ53.2565.3468.2-
YUV204.02129.12100.88-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.90%
GREEN value IS 223 (87.5% from 255) = 37.48%
BLUE value IS 206 (80.86% from 255) = 34.62%
R=27.90%
G=37.48%
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.13
SystemRedGreenBlueCMYKHSL
Decimal1662232060.2600.080.13162.1147.1176.27
HexA6DFCE1A08Da22f4c
Octal246337316320101524257114
Binary10100110110111111100111011010010001101101000101011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6DFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6DFCE; }

 p { color: rgb(166,223,206); }

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

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

 a { background-color: rgb(166,223,206); }

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

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

 span { border-color: rgb(166,223,206); }

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