Html Css Color HEX #ADCEDF French Pass

📋 copy color: '#ADCEDF'

red 173 ◦ green 206 ◦ blue 223

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

Shades of French Pass #ADCEDF

Tints of French Pass #ADCEDF

RGB

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

 GREEN value IS 206 (80.86% from 255) = 34.22%

 BLUE value IS 223 (87.5% from 255) = 37.04%

R = 28.74%
G = 34.22%
B = 37.04%

CMYK

 C value IS 0.22

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#ADCEDF (or 0xADCEDF) is known color: French Pass. HEX triplet: AD, CE and DF. RGB value is (173,206,223). Sum of RGB (Red+Green+Blue) = 173+206+223=602 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.74% from 602); Green value is 206 (80.86% from 255 or 34.22% from 602); Blue value is 223 (87.5% from 255 or 37.04% from 602); Max value from RGB is 223 - color contains mainly: blue. Hex color #ADCEDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCEDF is #523120. Grayscale: #C5C5C5. Windows color (decimal): -5386529 or 14667437. OLE color: 14667437.

HSL color Cylindrical-coordinate representation of color #ADCEDF: hue angle of 200.4º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADCEDF is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 206 223 -
CMYK 0.22 0.08 0 0.13
HSL 200.4º 0.44% 0.78% -
HSV(B) 200.4º 0.22% 0.87% -
XYZ 52.62 58.35 78.3 -
YUV 198.07 142.07 110.12 -
System Red Green Blue C M Y K H S L
Decimal 173 206 223 0.22 0.08 0 0.13 200.4 0.44 0.78
Hex AD CE DF 16 8 0 D C8 2C 4E
Octal 255 316 337 26 10 0 15 310 54 116
Binary 10101101 11001110 11011111 10110 1000 0 1101 11001000 101100 1001110

Color Harmonies of #ADCEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCEDF

Black with #ADCEDF

Text Example


Text Example

White with #ADCEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCEDF; }

 p { color: rgb(173,206,223); }

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

background-color css

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

 a { background-color: rgb(173,206,223); }

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

border-color css

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

 span { border-color: rgb(173,206,223); }

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