#ABD5DD

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

Shades of French Pass #ABD5DD

Tints of French Pass #ABD5DD

Color information

#ABD5DD (or 0xABD5DD) is unknown color: approx French Pass. HEX triplet: AB, D5 and DD. RGB value is (171,213,221). Sum of RGB (Red+Green+Blue) = 171+213+221=605 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.26% from 605); Green value is 213 (83.59% from 255 or 35.21% from 605); Blue value is 221 (86.72% from 255 or 36.53% from 605); Max value from RGB is 221 - color contains mainly: blue. Hex color #ABD5DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD5DD is #542A22. Grayscale: #C9C9C9. Windows color (decimal): -5515811 or 14538155. OLE color: 14538155.

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

Color convert

RGB171213221-
CMYK0.230.0400.13
HSL189.6º42.37%76.86%-
HSV(B)189.6º22.62%86.67%-
XYZ53.6461.4777.44-
YUV201.35139.09106.35-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.26%
GREEN value IS 213 (83.59% from 255) = 35.21%
BLUE value IS 221 (86.72% from 255) = 36.53%
R=28.26%
G=35.21%
B=36.53%

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
Decimal1712132210.230.0400.13189.642.3776.86
HexABD5DD1740Dbe2a4d
Octal25332533527401527652115
Binary1010101111010101110111011011110001101101111101010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD5DD; }

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

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

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

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

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

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

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

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