#ADD3DA

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

Shades of French Pass #ADD3DA

Tints of French Pass #ADD3DA

Color information

#ADD3DA (or 0xADD3DA) is unknown color: approx French Pass. HEX triplet: AD, D3 and DA. RGB value is (173,211,218). Sum of RGB (Red+Green+Blue) = 173+211+218=602 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.74% from 602); Green value is 211 (82.81% from 255 or 35.05% from 602); Blue value is 218 (85.55% from 255 or 36.21% from 602); Max value from RGB is 218 - color contains mainly: blue. Hex color #ADD3DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD3DA is #522C25. Grayscale: #C8C8C8. Windows color (decimal): -5385254 or 14341037. OLE color: 14341037.

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

Color convert

RGB173211218-
CMYK0.210.0300.15
HSL189.33º37.82%76.67%-
HSV(B)189.33º20.64%85.49%-
XYZ53.1860.5375.21-
YUV200.44137.91108.43-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.74%
GREEN value IS 211 (82.81% from 255) = 35.05%
BLUE value IS 218 (85.55% from 255) = 36.21%
R=28.74%
G=35.05%
B=36.21%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1732112180.210.0300.15189.3337.8276.67
HexADD3DA1530Fbd264d
Octal25532333225301727546115
Binary101011011101001111011010101011101111101111011001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD3DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD3DA; }

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

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

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

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

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

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

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

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