#ABD6DC

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

Shades of French Pass #ABD6DC

Tints of French Pass #ABD6DC

Color information

#ABD6DC (or 0xABD6DC) is unknown color: approx French Pass. HEX triplet: AB, D6 and DC. RGB value is (171,214,220). Sum of RGB (Red+Green+Blue) = 171+214+220=605 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.26% from 605); Green value is 214 (83.98% from 255 or 35.37% from 605); Blue value is 220 (86.33% from 255 or 36.36% from 605); Max value from RGB is 220 - color contains mainly: blue. Hex color #ABD6DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD6DC is #542923. Grayscale: #C9C9C9. Windows color (decimal): -5515556 or 14472875. OLE color: 14472875.

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

Color convert

RGB171214220-
CMYK0.220.0300.14
HSL187.35º41.18%76.67%-
HSV(B)187.35º22.27%86.27%-
XYZ53.7661.9276.83-
YUV201.83138.25106.01-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.26%
GREEN value IS 214 (83.98% from 255) = 35.37%
BLUE value IS 220 (86.33% from 255) = 36.36%
R=28.26%
G=35.37%
B=36.36%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1712142200.220.0300.14187.3541.1876.67
HexABD6DC1630Ebb294d
Octal25332633426301627351115
Binary101010111101011011011100101101101110101110111010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD6DC; }

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

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

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

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

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

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

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

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