#A3DEDF

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

Shades of Charlotte #A3DEDF

Tints of Charlotte #A3DEDF

Color information

#A3DEDF (or 0xA3DEDF) is unknown color: approx Charlotte. HEX triplet: A3, DE and DF. RGB value is (163,222,223). Sum of RGB (Red+Green+Blue) = 163+222+223=608 (80% of max value = 765). Red value is 163 (64.06% from 255 or 26.81% from 608); Green value is 222 (87.11% from 255 or 36.51% from 608); Blue value is 223 (87.5% from 255 or 36.68% from 608); Max value from RGB is 223 - color contains mainly: blue. Hex color #A3DEDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DEDF is #5C2120. Grayscale: #CCCCCC. Windows color (decimal): -6037793 or 14671523. OLE color: 14671523.

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

Color convert

RGB163222223-
CMYK0.270.0000.13
HSL181º48.39%75.69%-
HSV(B)181º26.91%87.45%-
XYZ54.5465.3679.55-
YUV204.47138.4598.42-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 26.81%
GREEN value IS 222 (87.11% from 255) = 36.51%
BLUE value IS 223 (87.5% from 255) = 36.68%
R=26.81%
G=36.51%
B=36.68%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1632222230.270.0000.1318148.3975.69
HexA3DEDF1B00Db5304c
Octal24333633733001526560114
Binary10100011110111101101111111011001101101101011100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3DEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3DEDF; }

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

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

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

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

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

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

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

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