Html Css Color HEX #ADD3DB French Pass

📋 copy color: '#ADD3DB'

red 173 ◦ green 211 ◦ blue 219

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

Shades of French Pass #ADD3DB

Tints of French Pass #ADD3DB

RGB

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

 GREEN value IS 211 (82.81% from 255) = 34.99%

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

R = 28.69%
G = 34.99%
B = 36.32%

CMYK

 C value IS 0.21

 M value IS 0.04

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ADD3DB (or 0xADD3DB) is known color: French Pass. HEX triplet: AD, D3 and DB. RGB value is (173,211,219). Sum of RGB (Red+Green+Blue) = 173+211+219=603 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.69% from 603); Green value is 211 (82.81% from 255 or 34.99% from 603); Blue value is 219 (85.94% from 255 or 36.32% from 603); Max value from RGB is 219 - color contains mainly: blue. Hex color #ADD3DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD3DB is #522C24. Grayscale: #C8C8C8. Windows color (decimal): -5385253 or 14406573. OLE color: 14406573.

HSL color Cylindrical-coordinate representation of color #ADD3DB: hue angle of 190.43º 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 #ADD3DB is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 211 219 -
CMYK 0.21 0.04 0 0.14
HSL 190.43º 0.39% 0.77% -
HSV(B) 190.43º 0.21% 0.86% -
XYZ 53.31 60.59 75.9 -
YUV 200.55 138.41 108.35 -
System Red Green Blue C M Y K H S L
Decimal 173 211 219 0.21 0.04 0 0.14 190.43 0.39 0.77
Hex AD D3 DB 15 4 0 E BE 27 4D
Octal 255 323 333 25 4 0 16 276 47 115
Binary 10101101 11010011 11011011 10101 100 0 1110 10111110 100111 1001101

Color Harmonies of #ADD3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD3DB

Black with #ADD3DB

Text Example


Text Example

White with #ADD3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD3DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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