Html Css Color HEX #ADD0D9 French Pass

📋 copy color: '#ADD0D9'

red 173 ◦ green 208 ◦ blue 217

#ADD0D9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of French Pass #ADD0D9

Tints of French Pass #ADD0D9

RGB

 RED value IS 173 (67.97% from 255) = 28.93%

 GREEN value IS 208 (81.64% from 255) = 34.78%

 BLUE value IS 217 (85.16% from 255) = 36.29%

R = 28.93%
G = 34.78%
B = 36.29%

CMYK

 C value IS 0.20

 M value IS 0.04

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#ADD0D9 (or 0xADD0D9) is known color: French Pass. HEX triplet: AD, D0 and D9. RGB value is (173,208,217). Sum of RGB (Red+Green+Blue) = 173+208+217=598 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.93% from 598); Green value is 208 (81.64% from 255 or 34.78% from 598); Blue value is 217 (85.16% from 255 or 36.29% from 598); Max value from RGB is 217 - color contains mainly: blue. Hex color #ADD0D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD0D9 is #522F26. Grayscale: #C6C6C6. Windows color (decimal): -5386023 or 14274733. OLE color: 14274733.

HSL color Cylindrical-coordinate representation of color #ADD0D9: hue angle of 192.27º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADD0D9 is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 208 217 -
CMYK 0.20 0.04 0 0.15
HSL 192.27º 0.37% 0.76% -
HSV(B) 192.27º 0.2% 0.85% -
XYZ 52.31 59.01 74.28 -
YUV 198.56 138.4 109.77 -
System Red Green Blue C M Y K H S L
Decimal 173 208 217 0.20 0.04 0 0.15 192.27 0.37 0.76
Hex AD D0 D9 14 4 0 F C0 25 4C
Octal 255 320 331 24 4 0 17 300 45 114
Binary 10101101 11010000 11011001 10100 100 0 1111 11000000 100101 1001100

Color Harmonies of #ADD0D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD0D9

Black with #ADD0D9

Text Example


Text Example

White with #ADD0D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD0D9; }

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

 H1.HeaderClassName
 {
   color: #ADD0D9;
 }
 .AnyTagClassName
 {
   color: #ADD0D9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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