#9BAFD0

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

Shades of Echo Blue #9BAFD0

Tints of Echo Blue #9BAFD0

Color information

#9BAFD0 (or 0x9BAFD0) is unknown color: approx Echo Blue. HEX triplet: 9B, AF and D0. RGB value is (155,175,208). Sum of RGB (Red+Green+Blue) = 155+175+208=538 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.81% from 538); Green value is 175 (68.75% from 255 or 32.53% from 538); Blue value is 208 (81.64% from 255 or 38.66% from 538); Max value from RGB is 208 - color contains mainly: blue. Hex color #9BAFD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BAFD0 is #64502F. Grayscale: #ACACAC. Windows color (decimal): -6574128 or 13676443. OLE color: 13676443.

HSL color Cylindrical-coordinate representation of color #9BAFD0: hue angle of 217.36º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9BAFD0 is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB155175208-
CMYK0.250.1600.18
HSL217.36º36.05%71.18%-
HSV(B)217.36º25.48%81.57%-
XYZ40.2342.1865.7-
YUV172.78147.87115.32-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.81%
GREEN value IS 175 (68.75% from 255) = 32.53%
BLUE value IS 208 (81.64% from 255) = 38.66%
R=28.81%
G=32.53%
B=38.66%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1551752080.250.1600.18217.3636.0571.18
Hex9BAFD01910012d92447
Octal233257320312002233144107
Binary1001101110101111110100001100110000010010110110011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,175,208); }

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

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

 a { background-color: rgb(155,175,208); }

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

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

 span { border-color: rgb(155,175,208); }

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