#9BACCA

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

Shades of Echo Blue #9BACCA

Tints of Echo Blue #9BACCA

Color information

#9BACCA (or 0x9BACCA) is unknown color: approx Echo Blue. HEX triplet: 9B, AC and CA. RGB value is (155,172,202). Sum of RGB (Red+Green+Blue) = 155+172+202=529 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.30% from 529); Green value is 172 (67.58% from 255 or 32.51% from 529); Blue value is 202 (79.30% from 255 or 38.19% from 529); Max value from RGB is 202 - color contains mainly: blue. Hex color #9BACCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BACCA is #645335. Grayscale: #AAAAAA. Windows color (decimal): -6574902 or 13282459. OLE color: 13282459.

HSL color Cylindrical-coordinate representation of color #9BACCA: hue angle of 218.3º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9BACCA is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB155172202-
CMYK0.230.1500.21
HSL218.3º30.72%70%-
HSV(B)218.3º23.27%79.22%-
XYZ38.9340.7461.69-
YUV170.34145.87117.06-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.30%
GREEN value IS 172 (67.58% from 255) = 32.51%
BLUE value IS 202 (79.30% from 255) = 38.19%
R=29.30%
G=32.51%
B=38.19%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1551722020.230.1500.21218.330.7270
Hex9BACCA17F015da1f46
Octal233254312271702533237106
Binary10011011101011001100101010111111101010111011010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BACCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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