#ABD7DC

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

Shades of Charlotte #ABD7DC

Tints of Charlotte #ABD7DC

Color information

#ABD7DC (or 0xABD7DC) is unknown color: approx Charlotte. HEX triplet: AB, D7 and DC. RGB value is (171,215,220). Sum of RGB (Red+Green+Blue) = 171+215+220=606 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.22% from 606); Green value is 215 (84.38% from 255 or 35.48% from 606); Blue value is 220 (86.33% from 255 or 36.30% from 606); Max value from RGB is 220 - color contains mainly: blue. Hex color #ABD7DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD7DC is #542823. Grayscale: #CACACA. Windows color (decimal): -5515300 or 14473131. OLE color: 14473131.

HSL color Cylindrical-coordinate representation of color #ABD7DC: hue angle of 186.12º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABD7DC is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB171215220-
CMYK0.220.0200.14
HSL186.12º41.18%76.67%-
HSV(B)186.12º22.27%86.27%-
XYZ54.0162.4376.91-
YUV202.41137.92105.59-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.22%
GREEN value IS 215 (84.38% from 255) = 35.48%
BLUE value IS 220 (86.33% from 255) = 36.30%
R=28.22%
G=35.48%
B=36.30%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1712152200.220.0200.14186.1241.1876.67
HexABD7DC1620Eba294d
Octal25332733426201627251115
Binary101010111101011111011100101101001110101110101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD7DC; }

 p { color: rgb(171,215,220); }

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

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

 a { background-color: rgb(171,215,220); }

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

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

 span { border-color: rgb(171,215,220); }

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