#ADD4DB

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

Shades of French Pass #ADD4DB

Tints of French Pass #ADD4DB

Color information

#ADD4DB (or 0xADD4DB) is unknown color: approx French Pass. HEX triplet: AD, D4 and DB. RGB value is (173,212,219). Sum of RGB (Red+Green+Blue) = 173+212+219=604 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.64% from 604); Green value is 212 (83.20% from 255 or 35.10% from 604); Blue value is 219 (85.94% from 255 or 36.26% from 604); Max value from RGB is 219 - color contains mainly: blue. Hex color #ADD4DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD4DB is #522B24. Grayscale: #C9C9C9. Windows color (decimal): -5384997 or 14406829. OLE color: 14406829.

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

Color convert

RGB173212219-
CMYK0.210.0300.14
HSL189.13º38.98%76.86%-
HSV(B)189.13º21%85.88%-
XYZ53.5661.0975.99-
YUV201.14138.08107.93-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.64%
GREEN value IS 212 (83.20% from 255) = 35.10%
BLUE value IS 219 (85.94% from 255) = 36.26%
R=28.64%
G=35.10%
B=36.26%

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
Decimal1732122190.210.0300.14189.1338.9876.86
HexADD4DB1530Ebd274d
Octal25532433325301627547115
Binary101011011101010011011011101011101110101111011001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD4DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD4DB; }

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

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

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

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

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

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

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

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