#ABD6DF

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

Shades of French Pass #ABD6DF

Tints of French Pass #ABD6DF

Color information

#ABD6DF (or 0xABD6DF) is unknown color: approx French Pass. HEX triplet: AB, D6 and DF. RGB value is (171,214,223). Sum of RGB (Red+Green+Blue) = 171+214+223=608 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.12% from 608); Green value is 214 (83.98% from 255 or 35.20% from 608); Blue value is 223 (87.5% from 255 or 36.68% from 608); Max value from RGB is 223 - color contains mainly: blue. Hex color #ABD6DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD6DF is #542920. Grayscale: #CACACA. Windows color (decimal): -5515553 or 14669483. OLE color: 14669483.

HSL color Cylindrical-coordinate representation of color #ABD6DF: hue angle of 190.38º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ABD6DF is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB171214223-
CMYK0.230.0400.13
HSL190.38º44.83%77.25%-
HSV(B)190.38º23.32%87.45%-
XYZ54.1662.0878.94-
YUV202.17139.75105.77-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.12%
GREEN value IS 214 (83.98% from 255) = 35.20%
BLUE value IS 223 (87.5% from 255) = 36.68%
R=28.12%
G=35.20%
B=36.68%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1712142230.230.0400.13190.3844.8377.25
HexABD6DF1740Dbe2d4d
Octal25332633727401527655115
Binary1010101111010110110111111011110001101101111101011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD6DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD6DF; }

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

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

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

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

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

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

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

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