#A6D8DC

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

Shades of Charlotte #A6D8DC

Tints of Charlotte #A6D8DC

Color information

#A6D8DC (or 0xA6D8DC) is unknown color: approx Charlotte. HEX triplet: A6, D8 and DC. RGB value is (166,216,220). Sum of RGB (Red+Green+Blue) = 166+216+220=602 (79% of max value = 765). Red value is 166 (65.23% from 255 or 27.57% from 602); Green value is 216 (84.77% from 255 or 35.88% from 602); Blue value is 220 (86.33% from 255 or 36.54% from 602); Max value from RGB is 220 - color contains mainly: blue. Hex color #A6D8DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6D8DC is #592723. Grayscale: #C9C9C9. Windows color (decimal): -5842724 or 14473382. OLE color: 14473382.

HSL color Cylindrical-coordinate representation of color #A6D8DC: hue angle of 184.44º 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 #A6D8DC is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB166216220-
CMYK0.250.0200.14
HSL184.44º43.55%75.69%-
HSV(B)184.44º24.55%86.27%-
XYZ53.262.3976.95-
YUV201.51138.44102.67-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.57%
GREEN value IS 216 (84.77% from 255) = 35.88%
BLUE value IS 220 (86.33% from 255) = 36.54%
R=27.57%
G=35.88%
B=36.54%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1662162200.250.0200.14184.4443.5575.69
HexA6D8DC1920Eb82c4c
Octal24633033431201627054114
Binary101001101101100011011100110011001110101110001011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D8DC; }

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

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

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

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

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

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

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

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