#A1D8DE

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

Shades of Charlotte #A1D8DE

Tints of Charlotte #A1D8DE

Color information

#A1D8DE (or 0xA1D8DE) is unknown color: approx Charlotte. HEX triplet: A1, D8 and DE. RGB value is (161,216,222). Sum of RGB (Red+Green+Blue) = 161+216+222=599 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.88% from 599); Green value is 216 (84.77% from 255 or 36.06% from 599); Blue value is 222 (87.11% from 255 or 37.06% from 599); Max value from RGB is 222 - color contains mainly: blue. Hex color #A1D8DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1D8DE is #5E2721. Grayscale: #C8C8C8. Windows color (decimal): -6170402 or 14604449. OLE color: 14604449.

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

Color convert

RGB161216222-
CMYK0.270.0300.13
HSL185.9º48.03%75.1%-
HSV(B)185.9º27.48%87.06%-
XYZ52.4461.9678.3-
YUV200.24140.28100.01-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.88%
GREEN value IS 216 (84.77% from 255) = 36.06%
BLUE value IS 222 (87.11% from 255) = 37.06%
R=26.88%
G=36.06%
B=37.06%

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
Decimal1612162220.270.0300.13185.948.0375.1
HexA1D8DE1B30Dba304b
Octal24133033633301527260113
Binary101000011101100011011110110111101101101110101100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D8DE; }

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

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

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

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

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

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

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

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