Html Css Color HEX #ADB1CC Echo Blue

📋 copy color: '#ADB1CC'

red 173 ◦ green 177 ◦ blue 204

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

Shades of Echo Blue #ADB1CC

Tints of Echo Blue #ADB1CC

RGB

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

 GREEN value IS 177 (69.53% from 255) = 31.95%

 BLUE value IS 204 (80.08% from 255) = 36.82%

R = 31.23%
G = 31.95%
B = 36.82%

CMYK

 C value IS 0.15

 M value IS 0.13

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#ADB1CC (or 0xADB1CC) is known color: Echo Blue. HEX triplet: AD, B1 and CC. RGB value is (173,177,204). Sum of RGB (Red+Green+Blue) = 173+177+204=554 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.23% from 554); Green value is 177 (69.53% from 255 or 31.95% from 554); Blue value is 204 (80.08% from 255 or 36.82% from 554); Max value from RGB is 204 - color contains mainly: blue. Hex color #ADB1CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADB1CC is #524E33. Grayscale: #B2B2B2. Windows color (decimal): -5393972 or 13414829. OLE color: 13414829.

HSL color Cylindrical-coordinate representation of color #ADB1CC: hue angle of 232.26º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ADB1CC is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 173 177 204 -
CMYK 0.15 0.13 0 0.2
HSL 232.26º 0.23% 0.74% -
HSV(B) 232.26º 0.15% 0.8% -
XYZ 43.85 44.69 63.44 -
YUV 178.88 142.17 123.8 -
System Red Green Blue C M Y K H S L
Decimal 173 177 204 0.15 0.13 0 0.2 232.26 0.23 0.74
Hex AD B1 CC F D 0 14 E8 17 4A
Octal 255 261 314 17 15 0 24 350 27 112
Binary 10101101 10110001 11001100 1111 1101 0 10100 11101000 10111 1001010

Color Harmonies of #ADB1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB1CC

Black with #ADB1CC

Text Example


Text Example

White with #ADB1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB1CC; }

 p { color: rgb(173,177,204); }

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

background-color css

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

 a { background-color: rgb(173,177,204); }

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

border-color css

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

 span { border-color: rgb(173,177,204); }

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