#A3D7DE

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

Shades of Charlotte #A3D7DE

Tints of Charlotte #A3D7DE

Color information

#A3D7DE (or 0xA3D7DE) is unknown color: approx Charlotte. HEX triplet: A3, D7 and DE. RGB value is (163,215,222). Sum of RGB (Red+Green+Blue) = 163+215+222=600 (79% of max value = 765). Red value is 163 (64.06% from 255 or 27.17% from 600); Green value is 215 (84.38% from 255 or 35.83% from 600); Blue value is 222 (87.11% from 255 or 37% from 600); Max value from RGB is 222 - color contains mainly: blue. Hex color #A3D7DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3D7DE is #5C2821. Grayscale: #C8C8C8. Windows color (decimal): -6039586 or 14604195. OLE color: 14604195.

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

Color convert

RGB163215222-
CMYK0.270.0300.13
HSL187.12º47.2%75.49%-
HSV(B)187.12º26.58%87.06%-
XYZ52.5961.6678.24-
YUV200.25140.27101.43-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 27.17%
GREEN value IS 215 (84.38% from 255) = 35.83%
BLUE value IS 222 (87.11% from 255) = 37%
R=27.17%
G=35.83%
B=37%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1632152220.270.0300.13187.1247.275.49
HexA3D7DE1B30Dbb2f4b
Octal24332733633301527357113
Binary101000111101011111011110110111101101101110111011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3D7DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3D7DE; }

 p { color: rgb(163,215,222); }

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

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

 a { background-color: rgb(163,215,222); }

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

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

 span { border-color: rgb(163,215,222); }

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