#ADD1DA

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

Shades of French Pass #ADD1DA

Tints of French Pass #ADD1DA

Color information

#ADD1DA (or 0xADD1DA) is unknown color: approx French Pass. HEX triplet: AD, D1 and DA. RGB value is (173,209,218). Sum of RGB (Red+Green+Blue) = 173+209+218=600 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.83% from 600); Green value is 209 (82.03% from 255 or 34.83% from 600); Blue value is 218 (85.55% from 255 or 36.33% from 600); Max value from RGB is 218 - color contains mainly: blue. Hex color #ADD1DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD1DA is #522E25. Grayscale: #C7C7C7. Windows color (decimal): -5385766 or 14340525. OLE color: 14340525.

HSL color Cylindrical-coordinate representation of color #ADD1DA: hue angle of 192º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADD1DA is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB173209218-
CMYK0.210.0400.15
HSL192º37.82%76.67%-
HSV(B)192º20.64%85.49%-
XYZ52.6959.5575.05-
YUV199.26138.57109.27-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.83%
GREEN value IS 209 (82.03% from 255) = 34.83%
BLUE value IS 218 (85.55% from 255) = 36.33%
R=28.83%
G=34.83%
B=36.33%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1732092180.210.0400.1519237.8276.67
HexADD1DA1540Fc0264d
Octal25532133225401730046115
Binary1010110111010001110110101010110001111110000001001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD1DA; }

 p { color: rgb(173,209,218); }

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

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

 a { background-color: rgb(173,209,218); }

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

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

 span { border-color: rgb(173,209,218); }

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