#ADD4DD

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

Shades of French Pass #ADD4DD

Tints of French Pass #ADD4DD

Color information

#ADD4DD (or 0xADD4DD) is unknown color: approx French Pass. HEX triplet: AD, D4 and DD. RGB value is (173,212,221). Sum of RGB (Red+Green+Blue) = 173+212+221=606 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.55% from 606); Green value is 212 (83.20% from 255 or 34.98% from 606); Blue value is 221 (86.72% from 255 or 36.47% from 606); Max value from RGB is 221 - color contains mainly: blue. Hex color #ADD4DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD4DD is #522B22. Grayscale: #C9C9C9. Windows color (decimal): -5384995 or 14537901. OLE color: 14537901.

HSL color Cylindrical-coordinate representation of color #ADD4DD: hue angle of 191.25º 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 #ADD4DD is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB173212221-
CMYK0.220.0400.13
HSL191.25º41.38%77.25%-
HSV(B)191.25º21.72%86.67%-
XYZ53.8361.1977.38-
YUV201.36139.08107.77-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.55%
GREEN value IS 212 (83.20% from 255) = 34.98%
BLUE value IS 221 (86.72% from 255) = 36.47%
R=28.55%
G=34.98%
B=36.47%

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
Decimal1732122210.220.0400.13191.2541.3877.25
HexADD4DD1640Dbf294d
Octal25532433526401527751115
Binary1010110111010100110111011011010001101101111111010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD4DD; }

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

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

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

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

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

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

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

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