#A6DCDD

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

Shades of Charlotte #A6DCDD

Tints of Charlotte #A6DCDD

Color information

#A6DCDD (or 0xA6DCDD) is unknown color: approx Charlotte. HEX triplet: A6, DC and DD. RGB value is (166,220,221). Sum of RGB (Red+Green+Blue) = 166+220+221=607 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.35% from 607); Green value is 220 (86.33% from 255 or 36.24% from 607); Blue value is 221 (86.72% from 255 or 36.41% from 607); Max value from RGB is 221 - color contains mainly: blue. Hex color #A6DCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DCDD is #592322. Grayscale: #CBCBCB. Windows color (decimal): -5841699 or 14539942. OLE color: 14539942.

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

Color convert

RGB166220221-
CMYK0.250.0000.13
HSL181.09º44.72%75.88%-
HSV(B)181.09º24.89%86.67%-
XYZ54.3764.5177.99-
YUV203.97137.61100.92-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.35%
GREEN value IS 220 (86.33% from 255) = 36.24%
BLUE value IS 221 (86.72% from 255) = 36.41%
R=27.35%
G=36.24%
B=36.41%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1662202210.250.0000.13181.0944.7275.88
HexA6DCDD1900Db52d4c
Octal24633433531001526555114
Binary10100110110111001101110111001001101101101011011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6DCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6DCDD; }

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

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

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

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

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

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

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

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