#ADD5DA

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

Shades of French Pass #ADD5DA

Tints of French Pass #ADD5DA

Color information

#ADD5DA (or 0xADD5DA) is unknown color: approx French Pass. HEX triplet: AD, D5 and DA. RGB value is (173,213,218). Sum of RGB (Red+Green+Blue) = 173+213+218=604 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.64% from 604); Green value is 213 (83.59% from 255 or 35.26% from 604); Blue value is 218 (85.55% from 255 or 36.09% from 604); Max value from RGB is 218 - color contains mainly: blue. Hex color #ADD5DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD5DA is #522A25. Grayscale: #C9C9C9. Windows color (decimal): -5384742 or 14341549. OLE color: 14341549.

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

Color convert

RGB173213218-
CMYK0.210.0200.15
HSL186.67º37.82%76.67%-
HSV(B)186.67º20.64%85.49%-
XYZ53.6861.5375.38-
YUV201.61137.25107.59-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.64%
GREEN value IS 213 (83.59% from 255) = 35.26%
BLUE value IS 218 (85.55% from 255) = 36.09%
R=28.64%
G=35.26%
B=36.09%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1732132180.210.0200.15186.6737.8276.67
HexADD5DA1520Fbb264d
Octal25532533225201727346115
Binary101011011101010111011010101011001111101110111001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD5DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD5DA; }

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

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

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

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

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

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

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

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