Html Css Color HEX #ADD0DB French Pass

📋 copy color: '#ADD0DB'

red 173 ◦ green 208 ◦ blue 219

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

Shades of French Pass #ADD0DB

Tints of French Pass #ADD0DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 36.5%

R = 28.83%
G = 34.67%
B = 36.5%

CMYK

 C value IS 0.21

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ADD0DB (or 0xADD0DB) is known color: French Pass. HEX triplet: AD, D0 and DB. RGB value is (173,208,219). Sum of RGB (Red+Green+Blue) = 173+208+219=600 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.83% from 600); Green value is 208 (81.64% from 255 or 34.67% from 600); Blue value is 219 (85.94% from 255 or 36.5% from 600); Max value from RGB is 219 - color contains mainly: blue. Hex color #ADD0DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD0DB is #522F24. Grayscale: #C6C6C6. Windows color (decimal): -5386021 or 14405805. OLE color: 14405805.

HSL color Cylindrical-coordinate representation of color #ADD0DB: hue angle of 194.35º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADD0DB is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 208 219 -
CMYK 0.21 0.05 0 0.14
HSL 194.35º 0.39% 0.77% -
HSV(B) 194.35º 0.21% 0.86% -
XYZ 52.58 59.11 75.66 -
YUV 198.79 139.4 109.61 -
System Red Green Blue C M Y K H S L
Decimal 173 208 219 0.21 0.05 0 0.14 194.35 0.39 0.77
Hex AD D0 DB 15 5 0 E C2 27 4D
Octal 255 320 333 25 5 0 16 302 47 115
Binary 10101101 11010000 11011011 10101 101 0 1110 11000010 100111 1001101

Color Harmonies of #ADD0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD0DB

Black with #ADD0DB

Text Example


Text Example

White with #ADD0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD0DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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