#A6ECDF

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

Shades of Ice Cold #A6ECDF

Tints of Ice Cold #A6ECDF

Color information

#A6ECDF (or 0xA6ECDF) is unknown color: approx Ice Cold. HEX triplet: A6, EC and DF. RGB value is (166,236,223). Sum of RGB (Red+Green+Blue) = 166+236+223=625 (82% of max value = 765). Red value is 166 (65.23% from 255 or 26.56% from 625); Green value is 236 (92.58% from 255 or 37.76% from 625); Blue value is 223 (87.5% from 255 or 35.68% from 625); Max value from RGB is 236 - color contains mainly: green. Hex color #A6ECDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6ECDF is #591320. Grayscale: #D5D5D5. Windows color (decimal): -5837601 or 14675110. OLE color: 14675110.

HSL color Cylindrical-coordinate representation of color #A6ECDF: hue angle of 168.86º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A6ECDF is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB166236223-
CMYK0.3000.060.07
HSL168.86º64.81%78.82%-
HSV(B)168.86º29.66%92.55%-
XYZ59.0473.4380.87-
YUV213.59133.3194.06-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 26.56%
GREEN value IS 236 (92.58% from 255) = 37.76%
BLUE value IS 223 (87.5% from 255) = 35.68%
R=26.56%
G=37.76%
B=35.68%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1662362230.3000.060.07168.8664.8178.82
HexA6ECDF1E067a9414f
Octal24635433736067251101117
Binary1010011011101100110111111111001101111010100110000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6ECDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6ECDF; }

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

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

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

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

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

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

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

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