Html Css Color HEX #ADD0DA French Pass

📋 copy color: '#ADD0DA'

red 173 ◦ green 208 ◦ blue 218

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

Shades of French Pass #ADD0DA

Tints of French Pass #ADD0DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.39%

R = 28.88%
G = 34.72%
B = 36.39%

CMYK

 C value IS 0.21

 M value IS 0.05

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#ADD0DA (or 0xADD0DA) is known color: French Pass. HEX triplet: AD, D0 and DA. RGB value is (173,208,218). Sum of RGB (Red+Green+Blue) = 173+208+218=599 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.88% from 599); Green value is 208 (81.64% from 255 or 34.72% from 599); Blue value is 218 (85.55% from 255 or 36.39% from 599); Max value from RGB is 218 - color contains mainly: blue. Hex color #ADD0DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD0DA is #522F25. Grayscale: #C6C6C6. Windows color (decimal): -5386022 or 14340269. OLE color: 14340269.

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

Color convert

RGB 173 208 218 -
CMYK 0.21 0.05 0 0.15
HSL 193.33º 0.38% 0.77% -
HSV(B) 193.33º 0.21% 0.85% -
XYZ 52.44 59.06 74.96 -
YUV 198.68 138.9 109.69 -
System Red Green Blue C M Y K H S L
Decimal 173 208 218 0.21 0.05 0 0.15 193.33 0.38 0.77
Hex AD D0 DA 15 5 0 F C1 26 4D
Octal 255 320 332 25 5 0 17 301 46 115
Binary 10101101 11010000 11011010 10101 101 0 1111 11000001 100110 1001101

Color Harmonies of #ADD0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD0DA

Black with #ADD0DA

Text Example


Text Example

White with #ADD0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD0DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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