#A6DADC

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

Shades of Charlotte #A6DADC

Tints of Charlotte #A6DADC

Color information

#A6DADC (or 0xA6DADC) is unknown color: approx Charlotte. HEX triplet: A6, DA and DC. RGB value is (166,218,220). Sum of RGB (Red+Green+Blue) = 166+218+220=604 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.48% from 604); Green value is 218 (85.55% from 255 or 36.09% from 604); Blue value is 220 (86.33% from 255 or 36.42% from 604); Max value from RGB is 220 - color contains mainly: blue. Hex color #A6DADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DADC is #592523. Grayscale: #CACACA. Windows color (decimal): -5842212 or 14473894. OLE color: 14473894.

HSL color Cylindrical-coordinate representation of color #A6DADC: hue angle of 182.22º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A6DADC is Cyan = 0.25, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB166218220-
CMYK0.250.0100.14
HSL182.22º43.55%75.69%-
HSV(B)182.22º24.55%86.27%-
XYZ53.7263.4277.12-
YUV202.68137.77101.84-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.48%
GREEN value IS 218 (85.55% from 255) = 36.09%
BLUE value IS 220 (86.33% from 255) = 36.42%
R=27.48%
G=36.09%
B=36.42%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1662182200.250.0100.14182.2243.5575.69
HexA6DADC1910Eb62c4c
Octal24633233431101626654114
Binary10100110110110101101110011001101110101101101011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6DADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6DADC; }

 p { color: rgb(166,218,220); }

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

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

 a { background-color: rgb(166,218,220); }

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

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

 span { border-color: rgb(166,218,220); }

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