#A1D7DE

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

Shades of Charlotte #A1D7DE

Tints of Charlotte #A1D7DE

Color information

#A1D7DE (or 0xA1D7DE) is unknown color: approx Charlotte. HEX triplet: A1, D7 and DE. RGB value is (161,215,222). Sum of RGB (Red+Green+Blue) = 161+215+222=598 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.92% from 598); Green value is 215 (84.38% from 255 or 35.95% from 598); Blue value is 222 (87.11% from 255 or 37.12% from 598); Max value from RGB is 222 - color contains mainly: blue. Hex color #A1D7DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1D7DE is #5E2821. Grayscale: #C7C7C7. Windows color (decimal): -6170658 or 14604193. OLE color: 14604193.

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

Color convert

RGB161215222-
CMYK0.270.0300.13
HSL186.89º48.03%75.1%-
HSV(B)186.89º27.48%87.06%-
XYZ52.1861.4578.22-
YUV199.65140.61100.43-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.92%
GREEN value IS 215 (84.38% from 255) = 35.95%
BLUE value IS 222 (87.11% from 255) = 37.12%
R=26.92%
G=35.95%
B=37.12%

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
Decimal1612152220.270.0300.13186.8948.0375.1
HexA1D7DE1B30Dbb304b
Octal24132733633301527360113
Binary101000011101011111011110110111101101101110111100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D7DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D7DE; }

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

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

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

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

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

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

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

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