Html Css Color HEX #ADAFC0 Echo Blue

📋 copy color: '#ADAFC0'

red 173 ◦ green 175 ◦ blue 192

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

Shades of Echo Blue #ADAFC0

Tints of Echo Blue #ADAFC0

RGB

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

 GREEN value IS 175 (68.75% from 255) = 32.41%

 BLUE value IS 192 (75.39% from 255) = 35.56%

R = 32.04%
G = 32.41%
B = 35.56%

CMYK

 C value IS 0.10

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#ADAFC0 (or 0xADAFC0) is known color: Echo Blue. HEX triplet: AD, AF and C0. RGB value is (173,175,192). Sum of RGB (Red+Green+Blue) = 173+175+192=540 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.04% from 540); Green value is 175 (68.75% from 255 or 32.41% from 540); Blue value is 192 (75.39% from 255 or 35.56% from 540); Max value from RGB is 192 - color contains mainly: blue. Hex color #ADAFC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAFC0 is #52503F. Grayscale: #B0B0B0. Windows color (decimal): -5394496 or 12627885. OLE color: 12627885.

HSL color Cylindrical-coordinate representation of color #ADAFC0: hue angle of 233.68º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ADAFC0 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 175 192 -
CMYK 0.10 0.09 0 0.25
HSL 233.68º 0.13% 0.72% -
HSV(B) 233.68º 0.1% 0.75% -
XYZ 42.08 43.35 56.02 -
YUV 176.34 136.84 125.62 -
System Red Green Blue C M Y K H S L
Decimal 173 175 192 0.10 0.09 0 0.25 233.68 0.13 0.72
Hex AD AF C0 A 9 0 19 EA D 48
Octal 255 257 300 12 11 0 31 352 15 110
Binary 10101101 10101111 11000000 1010 1001 0 11001 11101010 1101 1001000

Color Harmonies of #ADAFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAFC0

Black with #ADAFC0

Text Example


Text Example

White with #ADAFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAFC0; }

 p { color: rgb(173,175,192); }

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

background-color css

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

 a { background-color: rgb(173,175,192); }

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

border-color css

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

 span { border-color: rgb(173,175,192); }

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