#ABD1DA

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

Shades of French Pass #ABD1DA

Tints of French Pass #ABD1DA

Color information

#ABD1DA (or 0xABD1DA) is unknown color: approx French Pass. HEX triplet: AB, D1 and DA. RGB value is (171,209,218). Sum of RGB (Red+Green+Blue) = 171+209+218=598 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.60% from 598); Green value is 209 (82.03% from 255 or 34.95% from 598); Blue value is 218 (85.55% from 255 or 36.45% from 598); Max value from RGB is 218 - color contains mainly: blue. Hex color #ABD1DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD1DA is #542E25. Grayscale: #C6C6C6. Windows color (decimal): -5516838 or 14340523. OLE color: 14340523.

HSL color Cylindrical-coordinate representation of color #ABD1DA: hue angle of 191.49º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABD1DA is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB171209218-
CMYK0.220.0400.15
HSL191.49º38.84%76.27%-
HSV(B)191.49º21.56%85.49%-
XYZ52.2559.3275.03-
YUV198.66138.91108.27-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.60%
GREEN value IS 209 (82.03% from 255) = 34.95%
BLUE value IS 218 (85.55% from 255) = 36.45%
R=28.60%
G=34.95%
B=36.45%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1712092180.220.0400.15191.4938.8476.27
HexABD1DA1640Fbf274c
Octal25332133226401727747114
Binary1010101111010001110110101011010001111101111111001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD1DA; }

 p { color: rgb(171,209,218); }

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

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

 a { background-color: rgb(171,209,218); }

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

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

 span { border-color: rgb(171,209,218); }

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