#ABD3DD

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

Shades of French Pass #ABD3DD

Tints of French Pass #ABD3DD

Color information

#ABD3DD (or 0xABD3DD) is unknown color: approx French Pass. HEX triplet: AB, D3 and DD. RGB value is (171,211,221). Sum of RGB (Red+Green+Blue) = 171+211+221=603 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.36% from 603); Green value is 211 (82.81% from 255 or 34.99% from 603); Blue value is 221 (86.72% from 255 or 36.65% from 603); Max value from RGB is 221 - color contains mainly: blue. Hex color #ABD3DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD3DD is #542C22. Grayscale: #C8C8C8. Windows color (decimal): -5516323 or 14537643. OLE color: 14537643.

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

Color convert

RGB171211221-
CMYK0.230.0500.13
HSL192º42.37%76.86%-
HSV(B)192º22.62%86.67%-
XYZ53.1460.4777.28-
YUV200.18139.75107.19-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.36%
GREEN value IS 211 (82.81% from 255) = 34.99%
BLUE value IS 221 (86.72% from 255) = 36.65%
R=28.36%
G=34.99%
B=36.65%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1712112210.230.0500.1319242.3776.86
HexABD3DD1750Dc02a4d
Octal25332333527501530052115
Binary1010101111010011110111011011110101101110000001010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD3DD; }

 p { color: rgb(171,211,221); }

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

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

 a { background-color: rgb(171,211,221); }

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

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

 span { border-color: rgb(171,211,221); }

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