Html Css Color HEX #ADCEE0 French Pass

📋 copy color: '#ADCEE0'

red 173 ◦ green 206 ◦ blue 224

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

Shades of French Pass #ADCEE0

Tints of French Pass #ADCEE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 37.15%

R = 28.69%
G = 34.16%
B = 37.15%

CMYK

 C value IS 0.23

 M value IS 0.08

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#ADCEE0 (or 0xADCEE0) is known color: French Pass. HEX triplet: AD, CE and E0. RGB value is (173,206,224). Sum of RGB (Red+Green+Blue) = 173+206+224=603 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.69% from 603); Green value is 206 (80.86% from 255 or 34.16% from 603); Blue value is 224 (87.89% from 255 or 37.15% from 603); Max value from RGB is 224 - color contains mainly: blue. Hex color #ADCEE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCEE0 is #52311F. Grayscale: #C6C6C6. Windows color (decimal): -5386528 or 14732973. OLE color: 14732973.

HSL color Cylindrical-coordinate representation of color #ADCEE0: hue angle of 201.18º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADCEE0 is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 173 206 224 -
CMYK 0.23 0.08 0 0.12
HSL 201.18º 0.45% 0.78% -
HSV(B) 201.18º 0.23% 0.88% -
XYZ 52.76 58.41 79.01 -
YUV 198.19 142.57 110.04 -
System Red Green Blue C M Y K H S L
Decimal 173 206 224 0.23 0.08 0 0.12 201.18 0.45 0.78
Hex AD CE E0 17 8 0 C C9 2D 4E
Octal 255 316 340 27 10 0 14 311 55 116
Binary 10101101 11001110 11100000 10111 1000 0 1100 11001001 101101 1001110

Color Harmonies of #ADCEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCEE0

Black with #ADCEE0

Text Example


Text Example

White with #ADCEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCEE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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