#ABD6DD

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

Shades of French Pass #ABD6DD

Tints of French Pass #ABD6DD

Color information

#ABD6DD (or 0xABD6DD) is unknown color: approx French Pass. HEX triplet: AB, D6 and DD. RGB value is (171,214,221). Sum of RGB (Red+Green+Blue) = 171+214+221=606 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.22% from 606); Green value is 214 (83.98% from 255 or 35.31% from 606); Blue value is 221 (86.72% from 255 or 36.47% from 606); Max value from RGB is 221 - color contains mainly: blue. Hex color #ABD6DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD6DD is #542922. Grayscale: #C9C9C9. Windows color (decimal): -5515555 or 14538411. OLE color: 14538411.

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

Color convert

RGB171214221-
CMYK0.230.0300.13
HSL188.4º42.37%76.86%-
HSV(B)188.4º22.62%86.67%-
XYZ53.8961.9777.53-
YUV201.94138.75105.93-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.22%
GREEN value IS 214 (83.98% from 255) = 35.31%
BLUE value IS 221 (86.72% from 255) = 36.47%
R=28.22%
G=35.31%
B=36.47%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1712142210.230.0300.13188.442.3776.86
HexABD6DD1730Dbc2a4d
Octal25332633527301527452115
Binary101010111101011011011101101111101101101111001010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD6DD; }

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

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

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

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

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

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

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

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