Html Css Color HEX #ADCFDB French Pass

📋 copy color: '#ADCFDB'

red 173 ◦ green 207 ◦ blue 219

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

Shades of French Pass #ADCFDB

Tints of French Pass #ADCFDB

RGB

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

 GREEN value IS 207 (81.25% from 255) = 34.56%

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

R = 28.88%
G = 34.56%
B = 36.56%

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

#ADCFDB (or 0xADCFDB) is known color: French Pass. HEX triplet: AD, CF and DB. RGB value is (173,207,219). Sum of RGB (Red+Green+Blue) = 173+207+219=599 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.88% from 599); Green value is 207 (81.25% from 255 or 34.56% from 599); Blue value is 219 (85.94% from 255 or 36.56% from 599); Max value from RGB is 219 - color contains mainly: blue. Hex color #ADCFDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCFDB is #523024. Grayscale: #C6C6C6. Windows color (decimal): -5386277 or 14405549. OLE color: 14405549.

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

Color convert

RGB 173 207 219 -
CMYK 0.21 0.05 0 0.14
HSL 195.65º 0.39% 0.77% -
HSV(B) 195.65º 0.21% 0.86% -
XYZ 52.33 58.62 75.58 -
YUV 198.2 139.74 110.02 -
System Red Green Blue C M Y K H S L
Decimal 173 207 219 0.21 0.05 0 0.14 195.65 0.39 0.77
Hex AD CF DB 15 5 0 E C4 27 4D
Octal 255 317 333 25 5 0 16 304 47 115
Binary 10101101 11001111 11011011 10101 101 0 1110 11000100 100111 1001101

Color Harmonies of #ADCFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCFDB

Black with #ADCFDB

Text Example


Text Example

White with #ADCFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCFDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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