#ADD5DD

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

Shades of French Pass #ADD5DD

Tints of French Pass #ADD5DD

Color information

#ADD5DD (or 0xADD5DD) is unknown color: approx French Pass. HEX triplet: AD, D5 and DD. RGB value is (173,213,221). Sum of RGB (Red+Green+Blue) = 173+213+221=607 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.50% from 607); Green value is 213 (83.59% from 255 or 35.09% from 607); Blue value is 221 (86.72% from 255 or 36.41% from 607); Max value from RGB is 221 - color contains mainly: blue. Hex color #ADD5DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD5DD is #522A22. Grayscale: #C9C9C9. Windows color (decimal): -5384739 or 14538157. OLE color: 14538157.

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

Color convert

RGB173213221-
CMYK0.220.0400.13
HSL190º41.38%77.25%-
HSV(B)190º21.72%86.67%-
XYZ54.0861.6977.46-
YUV201.95138.75107.35-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.50%
GREEN value IS 213 (83.59% from 255) = 35.09%
BLUE value IS 221 (86.72% from 255) = 36.41%
R=28.50%
G=35.09%
B=36.41%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1732132210.220.0400.1319041.3877.25
HexADD5DD1640Dbe294d
Octal25532533526401527651115
Binary1010110111010101110111011011010001101101111101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD5DD; }

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

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

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

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

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

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

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

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