#9BA6CC

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

Shades of Echo Blue #9BA6CC

Tints of Echo Blue #9BA6CC

Color information

#9BA6CC (or 0x9BA6CC) is unknown color: approx Echo Blue. HEX triplet: 9B, A6 and CC. RGB value is (155,166,204). Sum of RGB (Red+Green+Blue) = 155+166+204=525 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.52% from 525); Green value is 166 (65.23% from 255 or 31.62% from 525); Blue value is 204 (80.08% from 255 or 38.86% from 525); Max value from RGB is 204 - color contains mainly: blue. Hex color #9BA6CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA6CC is #645933. Grayscale: #A6A6A6. Windows color (decimal): -6576436 or 13411995. OLE color: 13411995.

HSL color Cylindrical-coordinate representation of color #9BA6CC: hue angle of 226.53º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9BA6CC is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB155166204-
CMYK0.240.1900.2
HSL226.53º32.45%70.39%-
HSV(B)226.53º24.02%80%-
XYZ38.0538.662.57-
YUV167.04148.86119.41-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.52%
GREEN value IS 166 (65.23% from 255) = 31.62%
BLUE value IS 204 (80.08% from 255) = 38.86%
R=29.52%
G=31.62%
B=38.86%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1551662040.240.1900.2226.5332.4570.39
Hex9BA6CC1813014e32046
Octal233246314302302434340106
Binary1001101110100110110011001100010011010100111000111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,166,204); }

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

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

 a { background-color: rgb(155,166,204); }

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

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

 span { border-color: rgb(155,166,204); }

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