#9BAACF

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

Shades of Echo Blue #9BAACF

Tints of Echo Blue #9BAACF

Color information

#9BAACF (or 0x9BAACF) is unknown color: approx Echo Blue. HEX triplet: 9B, AA and CF. RGB value is (155,170,207). Sum of RGB (Red+Green+Blue) = 155+170+207=532 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.14% from 532); Green value is 170 (66.80% from 255 or 31.95% from 532); Blue value is 207 (81.25% from 255 or 38.91% from 532); Max value from RGB is 207 - color contains mainly: blue. Hex color #9BAACF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BAACF is #645530. Grayscale: #A9A9A9. Windows color (decimal): -6575409 or 13609627. OLE color: 13609627.

HSL color Cylindrical-coordinate representation of color #9BAACF: hue angle of 222.69º 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 #9BAACF is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB155170207-
CMYK0.250.1800.19
HSL222.69º35.14%70.98%-
HSV(B)222.69º25.12%81.18%-
XYZ39.1540.2264.73-
YUV169.73149.03117.49-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.14%
GREEN value IS 170 (66.80% from 255) = 31.95%
BLUE value IS 207 (81.25% from 255) = 38.91%
R=29.14%
G=31.95%
B=38.91%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1551702070.250.1800.19222.6935.1470.98
Hex9BAACF1912013df2347
Octal233252317312202333743107
Binary1001101110101010110011111100110010010011110111111000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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