#A3D8DE

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

Shades of Charlotte #A3D8DE

Tints of Charlotte #A3D8DE

Color information

#A3D8DE (or 0xA3D8DE) is unknown color: approx Charlotte. HEX triplet: A3, D8 and DE. RGB value is (163,216,222). Sum of RGB (Red+Green+Blue) = 163+216+222=601 (79% of max value = 765). Red value is 163 (64.06% from 255 or 27.12% from 601); Green value is 216 (84.77% from 255 or 35.94% from 601); Blue value is 222 (87.11% from 255 or 36.94% from 601); Max value from RGB is 222 - color contains mainly: blue. Hex color #A3D8DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3D8DE is #5C2721. Grayscale: #C8C8C8. Windows color (decimal): -6039330 or 14604451. OLE color: 14604451.

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

Color convert

RGB163216222-
CMYK0.270.0300.13
HSL186.1º47.2%75.49%-
HSV(B)186.1º26.58%87.06%-
XYZ52.8462.1778.32-
YUV200.84139.94101.01-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 27.12%
GREEN value IS 216 (84.77% from 255) = 35.94%
BLUE value IS 222 (87.11% from 255) = 36.94%
R=27.12%
G=35.94%
B=36.94%

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
Decimal1632162220.270.0300.13186.147.275.49
HexA3D8DE1B30Dba2f4b
Octal24333033633301527257113
Binary101000111101100011011110110111101101101110101011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3D8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3D8DE; }

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

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

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

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

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

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

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

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