#ADD3DE

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

Shades of French Pass #ADD3DE

Tints of French Pass #ADD3DE

Color information

#ADD3DE (or 0xADD3DE) is unknown color: approx French Pass. HEX triplet: AD, D3 and DE. RGB value is (173,211,222). Sum of RGB (Red+Green+Blue) = 173+211+222=606 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.55% from 606); Green value is 211 (82.81% from 255 or 34.82% from 606); Blue value is 222 (87.11% from 255 or 36.63% from 606); Max value from RGB is 222 - color contains mainly: blue. Hex color #ADD3DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD3DE is #522C21. Grayscale: #C8C8C8. Windows color (decimal): -5385250 or 14603181. OLE color: 14603181.

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

Color convert

RGB173211222-
CMYK0.220.0500.13
HSL193.47º42.61%77.45%-
HSV(B)193.47º22.07%87.06%-
XYZ53.7160.7578-
YUV200.89139.91108.11-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.55%
GREEN value IS 211 (82.81% from 255) = 34.82%
BLUE value IS 222 (87.11% from 255) = 36.63%
R=28.55%
G=34.82%
B=36.63%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1732112220.220.0500.13193.4742.6177.45
HexADD3DE1650Dc12b4d
Octal25532333626501530153115
Binary1010110111010011110111101011010101101110000011010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD3DE; }

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

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

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

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

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

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

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

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