Html Css Color HEX #ADB0CF Echo Blue

📋 copy color: '#ADB0CF'

red 173 ◦ green 176 ◦ blue 207

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

Shades of Echo Blue #ADB0CF

Tints of Echo Blue #ADB0CF

RGB

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

 GREEN value IS 176 (69.14% from 255) = 31.65%

 BLUE value IS 207 (81.25% from 255) = 37.23%

R = 31.12%
G = 31.65%
B = 37.23%

CMYK

 C value IS 0.16

 M value IS 0.15

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#ADB0CF (or 0xADB0CF) is known color: Echo Blue. HEX triplet: AD, B0 and CF. RGB value is (173,176,207). Sum of RGB (Red+Green+Blue) = 173+176+207=556 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.12% from 556); Green value is 176 (69.14% from 255 or 31.65% from 556); Blue value is 207 (81.25% from 255 or 37.23% from 556); Max value from RGB is 207 - color contains mainly: blue. Hex color #ADB0CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADB0CF is #524F30. Grayscale: #B2B2B2. Windows color (decimal): -5394225 or 13611181. OLE color: 13611181.

HSL color Cylindrical-coordinate representation of color #ADB0CF: hue angle of 234.71º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADB0CF is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 176 207 -
CMYK 0.16 0.15 0 0.19
HSL 234.71º 0.26% 0.75% -
HSV(B) 234.71º 0.16% 0.81% -
XYZ 44.02 44.44 65.29 -
YUV 178.64 144.01 123.98 -
System Red Green Blue C M Y K H S L
Decimal 173 176 207 0.16 0.15 0 0.19 234.71 0.26 0.75
Hex AD B0 CF 10 F 0 13 EB 1A 4B
Octal 255 260 317 20 17 0 23 353 32 113
Binary 10101101 10110000 11001111 10000 1111 0 10011 11101011 11010 1001011

Color Harmonies of #ADB0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB0CF

Black with #ADB0CF

Text Example


Text Example

White with #ADB0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB0CF; }

 p { color: rgb(173,176,207); }

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

background-color css

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

 a { background-color: rgb(173,176,207); }

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

border-color css

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

 span { border-color: rgb(173,176,207); }

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