Html Css Color HEX #ADD3DC French Pass

📋 copy color: '#ADD3DC'

red 173 ◦ green 211 ◦ blue 220

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

Shades of French Pass #ADD3DC

Tints of French Pass #ADD3DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 36.42%

R = 28.64%
G = 34.93%
B = 36.42%

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

#ADD3DC (or 0xADD3DC) is known color: French Pass. HEX triplet: AD, D3 and DC. RGB value is (173,211,220). Sum of RGB (Red+Green+Blue) = 173+211+220=604 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.64% from 604); Green value is 211 (82.81% from 255 or 34.93% from 604); Blue value is 220 (86.33% from 255 or 36.42% from 604); Max value from RGB is 220 - color contains mainly: blue. Hex color #ADD3DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD3DC is #522C23. Grayscale: #C8C8C8. Windows color (decimal): -5385252 or 14472109. OLE color: 14472109.

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

Color convert

RGB 173 211 220 -
CMYK 0.21 0.04 0 0.14
HSL 191.49º 0.4% 0.77% -
HSV(B) 191.49º 0.21% 0.86% -
XYZ 53.45 60.64 76.6 -
YUV 200.66 138.91 108.27 -
System Red Green Blue C M Y K H S L
Decimal 173 211 220 0.21 0.04 0 0.14 191.49 0.4 0.77
Hex AD D3 DC 15 4 0 E BF 28 4D
Octal 255 323 334 25 4 0 16 277 50 115
Binary 10101101 11010011 11011100 10101 100 0 1110 10111111 101000 1001101

Color Harmonies of #ADD3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD3DC

Black with #ADD3DC

Text Example


Text Example

White with #ADD3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD3DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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