#ADD0DE

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

Shades of French Pass #ADD0DE

Tints of French Pass #ADD0DE

Color information

#ADD0DE (or 0xADD0DE) is unknown color: approx French Pass. HEX triplet: AD, D0 and DE. RGB value is (173,208,222). Sum of RGB (Red+Green+Blue) = 173+208+222=603 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.69% from 603); Green value is 208 (81.64% from 255 or 34.49% from 603); Blue value is 222 (87.11% from 255 or 36.82% from 603); Max value from RGB is 222 - color contains mainly: blue. Hex color #ADD0DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD0DE is #522F21. Grayscale: #C7C7C7. Windows color (decimal): -5386018 or 14602413. OLE color: 14602413.

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

Color convert

RGB173208222-
CMYK0.220.0600.13
HSL197.14º42.61%77.45%-
HSV(B)197.14º22.07%87.06%-
XYZ52.9759.2777.76-
YUV199.13140.9109.36-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.69%
GREEN value IS 208 (81.64% from 255) = 34.49%
BLUE value IS 222 (87.11% from 255) = 36.82%
R=28.69%
G=34.49%
B=36.82%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1732082220.220.0600.13197.1442.6177.45
HexADD0DE1660Dc52b4d
Octal25532033626601530553115
Binary1010110111010000110111101011011001101110001011010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD0DE; }

 p { color: rgb(173,208,222); }

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

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

 a { background-color: rgb(173,208,222); }

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

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

 span { border-color: rgb(173,208,222); }

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