Html Css Color HEX #ADCEDB French Pass

📋 copy color: '#ADCEDB'

red 173 ◦ green 206 ◦ blue 219

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

Shades of French Pass #ADCEDB

Tints of French Pass #ADCEDB

RGB

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

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

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

R = 28.93%
G = 34.45%
B = 36.62%

CMYK

 C value IS 0.21

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ADCEDB (or 0xADCEDB) is known color: French Pass. HEX triplet: AD, CE and DB. RGB value is (173,206,219). Sum of RGB (Red+Green+Blue) = 173+206+219=598 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.93% from 598); Green value is 206 (80.86% from 255 or 34.45% from 598); Blue value is 219 (85.94% from 255 or 36.62% from 598); Max value from RGB is 219 - color contains mainly: blue. Hex color #ADCEDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCEDB is #523124. Grayscale: #C5C5C5. Windows color (decimal): -5386533 or 14405293. OLE color: 14405293.

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

Color convert

RGB 173 206 219 -
CMYK 0.21 0.06 0 0.14
HSL 196.96º 0.39% 0.77% -
HSV(B) 196.96º 0.21% 0.86% -
XYZ 52.09 58.14 75.49 -
YUV 197.62 140.07 110.44 -
System Red Green Blue C M Y K H S L
Decimal 173 206 219 0.21 0.06 0 0.14 196.96 0.39 0.77
Hex AD CE DB 15 6 0 E C5 27 4D
Octal 255 316 333 25 6 0 16 305 47 115
Binary 10101101 11001110 11011011 10101 110 0 1110 11000101 100111 1001101

Color Harmonies of #ADCEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCEDB

Black with #ADCEDB

Text Example


Text Example

White with #ADCEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCEDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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