#ABD2DC

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

Shades of French Pass #ABD2DC

Tints of French Pass #ABD2DC

Color information

#ABD2DC (or 0xABD2DC) is unknown color: approx French Pass. HEX triplet: AB, D2 and DC. RGB value is (171,210,220). Sum of RGB (Red+Green+Blue) = 171+210+220=601 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.45% from 601); Green value is 210 (82.42% from 255 or 34.94% from 601); Blue value is 220 (86.33% from 255 or 36.61% from 601); Max value from RGB is 220 - color contains mainly: blue. Hex color #ABD2DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD2DC is #542D23. Grayscale: #C7C7C7. Windows color (decimal): -5516580 or 14471851. OLE color: 14471851.

HSL color Cylindrical-coordinate representation of color #ABD2DC: hue angle of 192.24º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABD2DC is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB171210220-
CMYK0.220.0500.14
HSL192.24º41.18%76.67%-
HSV(B)192.24º22.27%86.27%-
XYZ52.7659.9276.49-
YUV199.48139.58107.69-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.45%
GREEN value IS 210 (82.42% from 255) = 34.94%
BLUE value IS 220 (86.33% from 255) = 36.61%
R=28.45%
G=34.94%
B=36.61%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1712102200.220.0500.14192.2441.1876.67
HexABD2DC1650Ec0294d
Octal25332233426501630051115
Binary1010101111010010110111001011010101110110000001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD2DC; }

 p { color: rgb(171,210,220); }

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

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

 a { background-color: rgb(171,210,220); }

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

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

 span { border-color: rgb(171,210,220); }

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