#ABD7DB

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

Shades of Charlotte #ABD7DB

Tints of Charlotte #ABD7DB

Color information

#ABD7DB (or 0xABD7DB) is unknown color: approx Charlotte. HEX triplet: AB, D7 and DB. RGB value is (171,215,219). Sum of RGB (Red+Green+Blue) = 171+215+219=605 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.26% from 605); Green value is 215 (84.38% from 255 or 35.54% from 605); Blue value is 219 (85.94% from 255 or 36.20% from 605); Max value from RGB is 219 - color contains mainly: blue. Hex color #ABD7DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD7DB is #542824. Grayscale: #CACACA. Windows color (decimal): -5515301 or 14407595. OLE color: 14407595.

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

Color convert

RGB171215219-
CMYK0.220.0200.14
HSL185º40%76.47%-
HSV(B)185º21.92%85.88%-
XYZ53.8862.3776.22-
YUV202.3137.42105.67-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.26%
GREEN value IS 215 (84.38% from 255) = 35.54%
BLUE value IS 219 (85.94% from 255) = 36.20%
R=28.26%
G=35.54%
B=36.20%

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
Decimal1712152190.220.0200.141854076.47
HexABD7DB1620Eb9284c
Octal25332733326201627150114
Binary101010111101011111011011101101001110101110011010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD7DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD7DB; }

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

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

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

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

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

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

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

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