#ABD6DB

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

Shades of French Pass #ABD6DB

Tints of French Pass #ABD6DB

Color information

#ABD6DB (or 0xABD6DB) is unknown color: approx French Pass. HEX triplet: AB, D6 and DB. RGB value is (171,214,219). Sum of RGB (Red+Green+Blue) = 171+214+219=604 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.31% from 604); Green value is 214 (83.98% from 255 or 35.43% from 604); Blue value is 219 (85.94% from 255 or 36.26% from 604); Max value from RGB is 219 - color contains mainly: blue. Hex color #ABD6DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD6DB is #542924. Grayscale: #C9C9C9. Windows color (decimal): -5515557 or 14407339. OLE color: 14407339.

HSL color Cylindrical-coordinate representation of color #ABD6DB: hue angle of 186.25º 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 #ABD6DB is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB171214219-
CMYK0.220.0200.14
HSL186.25º40%76.47%-
HSV(B)186.25º21.92%85.88%-
XYZ53.6361.8776.13-
YUV201.71137.75106.09-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.31%
GREEN value IS 214 (83.98% from 255) = 35.43%
BLUE value IS 219 (85.94% from 255) = 36.26%
R=28.31%
G=35.43%
B=36.26%

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
Decimal1712142190.220.0200.14186.254076.47
HexABD6DB1620Eba284c
Octal25332633326201627250114
Binary101010111101011011011011101101001110101110101010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD6DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD6DB; }

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

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

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

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

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

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

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

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