#9BAECD

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

Shades of Echo Blue #9BAECD

Tints of Echo Blue #9BAECD

Color information

#9BAECD (or 0x9BAECD) is unknown color: approx Echo Blue. HEX triplet: 9B, AE and CD. RGB value is (155,174,205). Sum of RGB (Red+Green+Blue) = 155+174+205=534 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.03% from 534); Green value is 174 (68.36% from 255 or 32.58% from 534); Blue value is 205 (80.47% from 255 or 38.39% from 534); Max value from RGB is 205 - color contains mainly: blue. Hex color #9BAECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BAECD is #645132. Grayscale: #ABABAB. Windows color (decimal): -6574387 or 13479579. OLE color: 13479579.

HSL color Cylindrical-coordinate representation of color #9BAECD: hue angle of 217.2º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9BAECD is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB155174205-
CMYK0.240.1500.20
HSL217.2º33.33%70.59%-
HSV(B)217.2º24.39%80.39%-
XYZ39.6741.6563.71-
YUV171.85146.71115.98-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.03%
GREEN value IS 174 (68.36% from 255) = 32.58%
BLUE value IS 205 (80.47% from 255) = 38.39%
R=29.03%
G=32.58%
B=38.39%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1551742050.240.1500.20217.233.3370.59
Hex9BAECD18F014d92147
Octal233256315301702433141107
Binary100110111010111011001101110001111010100110110011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,174,205); }

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

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

 a { background-color: rgb(155,174,205); }

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

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

 span { border-color: rgb(155,174,205); }

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