#9AB0CD

Color #9AB0CD Echo Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Echo Blue #9AB0CD

Tints of Echo Blue #9AB0CD

Color information

#9AB0CD (or 0x9AB0CD) is unknown color: approx Echo Blue. HEX triplet: 9A, B0 and CD. RGB value is (154,176,205). Sum of RGB (Red+Green+Blue) = 154+176+205=535 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.79% from 535); Green value is 176 (69.14% from 255 or 32.90% from 535); Blue value is 205 (80.47% from 255 or 38.32% from 535); Max value from RGB is 205 - color contains mainly: blue. Hex color #9AB0CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AB0CD is #654F32. Grayscale: #ACACAC. Windows color (decimal): -6639411 or 13480090. OLE color: 13480090.

HSL color Cylindrical-coordinate representation of color #9AB0CD: hue angle of 214.12º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9AB0CD is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB154176205-
CMYK0.250.1400.20
HSL214.12º33.77%70.39%-
HSV(B)214.12º24.88%80.39%-
XYZ39.8742.3363.83-
YUV172.73146.21114.64-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.79%
GREEN value IS 176 (69.14% from 255) = 32.90%
BLUE value IS 205 (80.47% from 255) = 38.32%
R=28.79%
G=32.90%
B=38.32%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1541762050.250.1400.20214.1233.7770.39
Hex9AB0CD19E014d62246
Octal232260315311602432642106
Binary100110101011000011001101110011110010100110101101000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9AB0CD; }

 p { color: rgb(154,176,205); }

 H1.HeaderClassName
 {
   color: #9AB0CD;
 }
 .AnyTagClassName
 {
   color: #9AB0CD;
 }
</style>
background-color css

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

 a { background-color: rgb(154,176,205); }

 div.DivClassName
 {
   background-color: #9AB0CD;
 }
 .BgClassName
 {
   background-color: #9AB0CD;
 }
</style>
border-color css

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

 span { border-color: rgb(154,176,205); }

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