#ADD5DB

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

Shades of French Pass #ADD5DB

Tints of French Pass #ADD5DB

Color information

#ADD5DB (or 0xADD5DB) is unknown color: approx French Pass. HEX triplet: AD, D5 and DB. RGB value is (173,213,219). Sum of RGB (Red+Green+Blue) = 173+213+219=605 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.60% from 605); Green value is 213 (83.59% from 255 or 35.21% from 605); Blue value is 219 (85.94% from 255 or 36.20% from 605); Max value from RGB is 219 - color contains mainly: blue. Hex color #ADD5DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD5DB is #522A24. Grayscale: #C9C9C9. Windows color (decimal): -5384741 or 14407085. OLE color: 14407085.

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

Color convert

RGB173213219-
CMYK0.210.0300.14
HSL187.83º38.98%76.86%-
HSV(B)187.83º21%85.88%-
XYZ53.8161.5976.07-
YUV201.72137.75107.51-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.60%
GREEN value IS 213 (83.59% from 255) = 35.21%
BLUE value IS 219 (85.94% from 255) = 36.20%
R=28.60%
G=35.21%
B=36.20%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1732132190.210.0300.14187.8338.9876.86
HexADD5DB1530Ebc274d
Octal25532533325301627447115
Binary101011011101010111011011101011101110101111001001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD5DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD5DB; }

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

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

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

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

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

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

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

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