Html Css Color HEX #ADD6DC French Pass

📋 copy color: '#ADD6DC'

red 173 ◦ green 214 ◦ blue 220

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

Shades of French Pass #ADD6DC

Tints of French Pass #ADD6DC

RGB

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

 GREEN value IS 214 (83.98% from 255) = 35.26%

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

R = 28.5%
G = 35.26%
B = 36.24%

CMYK

 C value IS 0.21

 M value IS 0.03

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ADD6DC (or 0xADD6DC) is known color: French Pass. HEX triplet: AD, D6 and DC. RGB value is (173,214,220). Sum of RGB (Red+Green+Blue) = 173+214+220=607 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.50% from 607); Green value is 214 (83.98% from 255 or 35.26% from 607); Blue value is 220 (86.33% from 255 or 36.24% from 607); Max value from RGB is 220 - color contains mainly: blue. Hex color #ADD6DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD6DC is #522923. Grayscale: #CACACA. Windows color (decimal): -5384484 or 14472877. OLE color: 14472877.

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

Color convert

RGB 173 214 220 -
CMYK 0.21 0.03 0 0.14
HSL 187.66º 0.4% 0.77% -
HSV(B) 187.66º 0.21% 0.86% -
XYZ 54.2 62.14 76.85 -
YUV 202.43 137.92 107.01 -
System Red Green Blue C M Y K H S L
Decimal 173 214 220 0.21 0.03 0 0.14 187.66 0.4 0.77
Hex AD D6 DC 15 3 0 E BC 28 4D
Octal 255 326 334 25 3 0 16 274 50 115
Binary 10101101 11010110 11011100 10101 11 0 1110 10111100 101000 1001101

Color Harmonies of #ADD6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD6DC

Black with #ADD6DC

Text Example


Text Example

White with #ADD6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD6DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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