#a3dcdd

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

Shades of Charlotte #A3DCDD

Tints of Charlotte #A3DCDD

Color information

#A3DCDD (or 0xA3DCDD) is unknown color: approx Charlotte. HEX triplet: A3, DC and DD. RGB value is (163,220,221). Sum of RGB (Red+Green+Blue) = 163+220+221=604 (80% of max value = 765). Red value is 163 (64.06% from 255 or 26.99% from 604); Green value is 220 (86.33% from 255 or 36.42% from 604); Blue value is 221 (86.72% from 255 or 36.59% from 604); Max value from RGB is 221 - color contains mainly: blue. Hex color #A3DCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DCDD is #5C2322. Grayscale: #CBCBCB. Windows color (decimal): -6038307 or 14539939. OLE color: 14539939.

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

Color convert

RGB163220221-
CMYK0.260.0000.13
HSL181.03º46.03%75.29%-
HSV(B)181.03º26.24%86.67%-
XYZ53.7564.1977.96-
YUV203.07138.1299.42-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 26.99%
GREEN value IS 220 (86.33% from 255) = 36.42%
BLUE value IS 221 (86.72% from 255) = 36.59%
R=26.99%
G=36.42%
B=36.59%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1632202210.260.0000.13181.0346.0375.29
HexA3DCDD1A00Db52e4b
Octal24333433532001526556113
Binary10100011110111001101110111010001101101101011011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a3dcdd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a3dcdd; }

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

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

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

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

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

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

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

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