Html Css Color HEX #ADCED8 French Pass

📋 copy color: '#ADCED8'

red 173 ◦ green 206 ◦ blue 216

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

Shades of French Pass #ADCED8

Tints of French Pass #ADCED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 36.3%

R = 29.08%
G = 34.62%
B = 36.3%

CMYK

 C value IS 0.20

 M value IS 0.05

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#ADCED8 (or 0xADCED8) is known color: French Pass. HEX triplet: AD, CE and D8. RGB value is (173,206,216). Sum of RGB (Red+Green+Blue) = 173+206+216=595 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.08% from 595); Green value is 206 (80.86% from 255 or 34.62% from 595); Blue value is 216 (84.77% from 255 or 36.30% from 595); Max value from RGB is 216 - color contains mainly: blue. Hex color #ADCED8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCED8 is #523127. Grayscale: #C5C5C5. Windows color (decimal): -5386536 or 14208685. OLE color: 14208685.

HSL color Cylindrical-coordinate representation of color #ADCED8: hue angle of 193.95º degrees, saturation: 0.36, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADCED8 is Cyan = 0.20, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 206 216 -
CMYK 0.20 0.05 0 0.15
HSL 193.95º 0.36% 0.76% -
HSV(B) 193.95º 0.2% 0.85% -
XYZ 51.7 57.98 73.43 -
YUV 197.27 138.57 110.69 -
System Red Green Blue C M Y K H S L
Decimal 173 206 216 0.20 0.05 0 0.15 193.95 0.36 0.76
Hex AD CE D8 14 5 0 F C2 24 4C
Octal 255 316 330 24 5 0 17 302 44 114
Binary 10101101 11001110 11011000 10100 101 0 1111 11000010 100100 1001100

Color Harmonies of #ADCED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCED8

Black with #ADCED8

Text Example


Text Example

White with #ADCED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCED8; }

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

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

background-color css

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

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

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

border-color css

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

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

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