#A3DCE3

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

Shades of Charlotte #A3DCE3

Tints of Charlotte #A3DCE3

Color information

#A3DCE3 (or 0xA3DCE3) is unknown color: approx Charlotte. HEX triplet: A3, DC and E3. RGB value is (163,220,227). Sum of RGB (Red+Green+Blue) = 163+220+227=610 (80% of max value = 765). Red value is 163 (64.06% from 255 or 26.72% from 610); Green value is 220 (86.33% from 255 or 36.07% from 610); Blue value is 227 (89.06% from 255 or 37.21% from 610); Max value from RGB is 227 - color contains mainly: blue. Hex color #A3DCE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DCE3 is #5C231C. Grayscale: #CBCBCB. Windows color (decimal): -6038301 or 14933155. OLE color: 14933155.

HSL color Cylindrical-coordinate representation of color #A3DCE3: hue angle of 186.56º degrees, saturation: 0.53, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A3DCE3 is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB163220227-
CMYK0.280.0300.11
HSL186.56º53.33%76.47%-
HSV(B)186.56º28.19%89.02%-
XYZ54.5664.5282.25-
YUV203.76141.1298.93-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 26.72%
GREEN value IS 220 (86.33% from 255) = 36.07%
BLUE value IS 227 (89.06% from 255) = 37.21%
R=26.72%
G=36.07%
B=37.21%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1632202270.280.0300.11186.5653.3376.47
HexA3DCE31C30Bbb354c
Octal24333434334301327365114
Binary101000111101110011100011111001101011101110111101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3DCE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3DCE3; }

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

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

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

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

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

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

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

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