#9BACCF

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

Shades of Echo Blue #9BACCF

Tints of Echo Blue #9BACCF

Color information

#9BACCF (or 0x9BACCF) is unknown color: approx Echo Blue. HEX triplet: 9B, AC and CF. RGB value is (155,172,207). Sum of RGB (Red+Green+Blue) = 155+172+207=534 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.03% from 534); Green value is 172 (67.58% from 255 or 32.21% from 534); Blue value is 207 (81.25% from 255 or 38.76% from 534); Max value from RGB is 207 - color contains mainly: blue. Hex color #9BACCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BACCF is #645330. Grayscale: #AAAAAA. Windows color (decimal): -6574897 or 13610139. OLE color: 13610139.

HSL color Cylindrical-coordinate representation of color #9BACCF: hue angle of 220.38º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9BACCF is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB155172207-
CMYK0.250.1700.19
HSL220.38º35.14%70.98%-
HSV(B)220.38º25.12%81.18%-
XYZ39.5340.9864.86-
YUV170.91148.37116.65-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.03%
GREEN value IS 172 (67.58% from 255) = 32.21%
BLUE value IS 207 (81.25% from 255) = 38.76%
R=29.03%
G=32.21%
B=38.76%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1551722070.250.1700.19220.3835.1470.98
Hex9BACCF1911013dc2347
Octal233254317312102333443107
Binary1001101110101100110011111100110001010011110111001000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BACCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,172,207); }

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

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

 a { background-color: rgb(155,172,207); }

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

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

 span { border-color: rgb(155,172,207); }

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