#A0D7DD

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

Shades of Charlotte #A0D7DD

Tints of Charlotte #A0D7DD

Color information

#A0D7DD (or 0xA0D7DD) is unknown color: approx Charlotte. HEX triplet: A0, D7 and DD. RGB value is (160,215,221). Sum of RGB (Red+Green+Blue) = 160+215+221=596 (78% of max value = 765). Red value is 160 (62.89% from 255 or 26.85% from 596); Green value is 215 (84.38% from 255 or 36.07% from 596); Blue value is 221 (86.72% from 255 or 37.08% from 596); Max value from RGB is 221 - color contains mainly: blue. Hex color #A0D7DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0D7DD is #5F2822. Grayscale: #C7C7C7. Windows color (decimal): -6236195 or 14538656. OLE color: 14538656.

HSL color Cylindrical-coordinate representation of color #A0D7DD: hue angle of 185.9º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A0D7DD is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB160215221-
CMYK0.280.0300.13
HSL185.9º47.29%74.71%-
HSV(B)185.9º27.6%86.67%-
XYZ51.8561.2977.5-
YUV199.24140.28100.01-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 26.85%
GREEN value IS 215 (84.38% from 255) = 36.07%
BLUE value IS 221 (86.72% from 255) = 37.08%
R=26.85%
G=36.07%
B=37.08%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1602152210.280.0300.13185.947.2974.71
HexA0D7DD1C30Dba2f4b
Octal24032733534301527257113
Binary101000001101011111011101111001101101101110101011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D7DD; }

 p { color: rgb(160,215,221); }

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

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

 a { background-color: rgb(160,215,221); }

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

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

 span { border-color: rgb(160,215,221); }

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