#A6DBDC

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

Shades of Charlotte #A6DBDC

Tints of Charlotte #A6DBDC

Color information

#A6DBDC (or 0xA6DBDC) is unknown color: approx Charlotte. HEX triplet: A6, DB and DC. RGB value is (166,219,220). Sum of RGB (Red+Green+Blue) = 166+219+220=605 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.44% from 605); Green value is 219 (85.94% from 255 or 36.20% from 605); Blue value is 220 (86.33% from 255 or 36.36% from 605); Max value from RGB is 220 - color contains mainly: blue. Hex color #A6DBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DBDC is #592423. Grayscale: #CBCBCB. Windows color (decimal): -5841956 or 14474150. OLE color: 14474150.

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

Color convert

RGB166219220-
CMYK0.250.0000.14
HSL181.11º43.55%75.69%-
HSV(B)181.11º24.55%86.27%-
XYZ53.9863.9477.21-
YUV203.27137.44101.42-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.44%
GREEN value IS 219 (85.94% from 255) = 36.20%
BLUE value IS 220 (86.33% from 255) = 36.36%
R=27.44%
G=36.20%
B=36.36%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1662192200.250.0000.14181.1143.5575.69
HexA6DBDC1900Eb52c4c
Octal24633333431001626554114
Binary10100110110110111101110011001001110101101011011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6DBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6DBDC; }

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

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

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

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

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

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

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

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