#ABD1DE

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

Shades of French Pass #ABD1DE

Tints of French Pass #ABD1DE

Color information

#ABD1DE (or 0xABD1DE) is unknown color: approx French Pass. HEX triplet: AB, D1 and DE. RGB value is (171,209,222). Sum of RGB (Red+Green+Blue) = 171+209+222=602 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.41% from 602); Green value is 209 (82.03% from 255 or 34.72% from 602); Blue value is 222 (87.11% from 255 or 36.88% from 602); Max value from RGB is 222 - color contains mainly: blue. Hex color #ABD1DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD1DE is #542E21. Grayscale: #C7C7C7. Windows color (decimal): -5516834 or 14602667. OLE color: 14602667.

HSL color Cylindrical-coordinate representation of color #ABD1DE: hue angle of 195.29º degrees, saturation: 0.44, 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 #ABD1DE is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB171209222-
CMYK0.230.0600.13
HSL195.29º43.59%77.06%-
HSV(B)195.29º22.97%87.06%-
XYZ52.7859.5377.82-
YUV199.12140.91107.94-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.41%
GREEN value IS 209 (82.03% from 255) = 34.72%
BLUE value IS 222 (87.11% from 255) = 36.88%
R=28.41%
G=34.72%
B=36.88%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1712092220.230.0600.13195.2943.5977.06
HexABD1DE1760Dc32c4d
Octal25332133627601530354115
Binary1010101111010001110111101011111001101110000111011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD1DE; }

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

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

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

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

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

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

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

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