Html Css Color HEX #ADB6CF Echo Blue

📋 copy color: '#ADB6CF'

red 173 ◦ green 182 ◦ blue 207

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

Shades of Echo Blue #ADB6CF

Tints of Echo Blue #ADB6CF

RGB

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

 GREEN value IS 182 (71.48% from 255) = 32.38%

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

R = 30.78%
G = 32.38%
B = 36.83%

CMYK

 C value IS 0.16

 M value IS 0.12

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#ADB6CF (or 0xADB6CF) is known color: Echo Blue. HEX triplet: AD, B6 and CF. RGB value is (173,182,207). Sum of RGB (Red+Green+Blue) = 173+182+207=562 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.78% from 562); Green value is 182 (71.48% from 255 or 32.38% from 562); Blue value is 207 (81.25% from 255 or 36.83% from 562); Max value from RGB is 207 - color contains mainly: blue. Hex color #ADB6CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB6CF is #524930. Grayscale: #B6B6B6. Windows color (decimal): -5392689 or 13612717. OLE color: 13612717.

HSL color Cylindrical-coordinate representation of color #ADB6CF: hue angle of 224.12º 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 #ADB6CF is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 182 207 -
CMYK 0.16 0.12 0 0.19
HSL 224.12º 0.26% 0.75% -
HSV(B) 224.12º 0.16% 0.81% -
XYZ 45.22 46.85 65.69 -
YUV 182.16 142.02 121.47 -
System Red Green Blue C M Y K H S L
Decimal 173 182 207 0.16 0.12 0 0.19 224.12 0.26 0.75
Hex AD B6 CF 10 C 0 13 E0 1A 4B
Octal 255 266 317 20 14 0 23 340 32 113
Binary 10101101 10110110 11001111 10000 1100 0 10011 11100000 11010 1001011

Color Harmonies of #ADB6CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB6CF

Black with #ADB6CF

Text Example


Text Example

White with #ADB6CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB6CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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