Html Css Color HEX #ABB0CF Echo Blue

📋 copy color: '#ABB0CF'

red 171 ◦ green 176 ◦ blue 207

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

Shades of Echo Blue #ABB0CF

Tints of Echo Blue #ABB0CF

RGB

 RED value IS 171 (67.19% from 255) = 30.87%

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

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

R = 30.87%
G = 31.77%
B = 37.36%

CMYK

 C value IS 0.17

 M value IS 0.15

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#ABB0CF (or 0xABB0CF) is known color: Echo Blue. HEX triplet: AB, B0 and CF. RGB value is (171,176,207). Sum of RGB (Red+Green+Blue) = 171+176+207=554 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.87% from 554); Green value is 176 (69.14% from 255 or 31.77% from 554); Blue value is 207 (81.25% from 255 or 37.36% from 554); Max value from RGB is 207 - color contains mainly: blue. Hex color #ABB0CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABB0CF is #544F30. Grayscale: #B1B1B1. Windows color (decimal): -5525297 or 13611179. OLE color: 13611179.

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

Color convert

RGB 171 176 207 -
CMYK 0.17 0.15 0 0.19
HSL 231.67º 0.27% 0.74% -
HSV(B) 231.67º 0.17% 0.81% -
XYZ 43.58 44.21 65.27 -
YUV 178.04 144.34 122.98 -
System Red Green Blue C M Y K H S L
Decimal 171 176 207 0.17 0.15 0 0.19 231.67 0.27 0.74
Hex AB B0 CF 11 F 0 13 E8 1B 4A
Octal 253 260 317 21 17 0 23 350 33 112
Binary 10101011 10110000 11001111 10001 1111 0 10011 11101000 11011 1001010

Color Harmonies of #ABB0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB0CF

Black with #ABB0CF

Text Example


Text Example

White with #ABB0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB0CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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