#ADD0DA

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

Shades of French Pass #ADD0DA

Tints of French Pass #ADD0DA

Color information

#ADD0DA (or 0xADD0DA) is unknown color: approx French Pass. HEX triplet: AD, D0 and DA. RGB value is (173,208,218). Sum of RGB (Red+Green+Blue) = 173+208+218=599 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.88% from 599); Green value is 208 (81.64% from 255 or 34.72% from 599); Blue value is 218 (85.55% from 255 or 36.39% from 599); Max value from RGB is 218 - color contains mainly: blue. Hex color #ADD0DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD0DA is #522F25. Grayscale: #C6C6C6. Windows color (decimal): -5386022 or 14340269. OLE color: 14340269.

HSL color Cylindrical-coordinate representation of color #ADD0DA: hue angle of 193.33º 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 #ADD0DA is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB173208218-
CMYK0.210.0500.15
HSL193.33º37.82%76.67%-
HSV(B)193.33º20.64%85.49%-
XYZ52.4459.0674.96-
YUV198.68138.9109.69-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.88%
GREEN value IS 208 (81.64% from 255) = 34.72%
BLUE value IS 218 (85.55% from 255) = 36.39%
R=28.88%
G=34.72%
B=36.39%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1732082180.210.0500.15193.3337.8276.67
HexADD0DA1550Fc1264d
Octal25532033225501730146115
Binary1010110111010000110110101010110101111110000011001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD0DA; }

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

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

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

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

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

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

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

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