Html Css Color HEX #ADB1CB Echo Blue

📋 copy color: '#ADB1CB'

red 173 ◦ green 177 ◦ blue 203

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

Shades of Echo Blue #ADB1CB

Tints of Echo Blue #ADB1CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 36.71%

R = 31.28%
G = 32.01%
B = 36.71%

CMYK

 C value IS 0.15

 M value IS 0.13

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#ADB1CB (or 0xADB1CB) is known color: Echo Blue. HEX triplet: AD, B1 and CB. RGB value is (173,177,203). Sum of RGB (Red+Green+Blue) = 173+177+203=553 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.28% from 553); Green value is 177 (69.53% from 255 or 32.01% from 553); Blue value is 203 (79.69% from 255 or 36.71% from 553); Max value from RGB is 203 - color contains mainly: blue. Hex color #ADB1CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADB1CB is #524E34. Grayscale: #B2B2B2. Windows color (decimal): -5393973 or 13349293. OLE color: 13349293.

HSL color Cylindrical-coordinate representation of color #ADB1CB: hue angle of 232º degrees, saturation: 0.22, 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 #ADB1CB is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 173 177 203 -
CMYK 0.15 0.13 0 0.20
HSL 232º 0.22% 0.74% -
HSV(B) 232º 0.15% 0.8% -
XYZ 43.74 44.64 62.81 -
YUV 178.77 141.67 123.89 -
System Red Green Blue C M Y K H S L
Decimal 173 177 203 0.15 0.13 0 0.20 232 0.22 0.74
Hex AD B1 CB F D 0 14 E8 16 4A
Octal 255 261 313 17 15 0 24 350 26 112
Binary 10101101 10110001 11001011 1111 1101 0 10100 11101000 10110 1001010

Color Harmonies of #ADB1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB1CB

Black with #ADB1CB

Text Example


Text Example

White with #ADB1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB1CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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