#A3D8DD

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

Shades of Charlotte #A3D8DD

Tints of Charlotte #A3D8DD

Color information

#A3D8DD (or 0xA3D8DD) is unknown color: approx Charlotte. HEX triplet: A3, D8 and DD. RGB value is (163,216,221). Sum of RGB (Red+Green+Blue) = 163+216+221=600 (79% of max value = 765). Red value is 163 (64.06% from 255 or 27.17% from 600); Green value is 216 (84.77% from 255 or 36% from 600); Blue value is 221 (86.72% from 255 or 36.83% from 600); Max value from RGB is 221 - color contains mainly: blue. Hex color #A3D8DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3D8DD is #5C2722. Grayscale: #C8C8C8. Windows color (decimal): -6039331 or 14538915. OLE color: 14538915.

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

Color convert

RGB163216221-
CMYK0.260.0200.13
HSL185.17º46.03%75.29%-
HSV(B)185.17º26.24%86.67%-
XYZ52.7162.1277.62-
YUV200.72139.44101.09-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 27.17%
GREEN value IS 216 (84.77% from 255) = 36%
BLUE value IS 221 (86.72% from 255) = 36.83%
R=27.17%
G=36%
B=36.83%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1632162210.260.0200.13185.1746.0375.29
HexA3D8DD1A20Db92e4b
Octal24333033532201527156113
Binary101000111101100011011101110101001101101110011011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3D8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3D8DD; }

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

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

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

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

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

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

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

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