#9BAFDB

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

Shades of Echo Blue #9BAFDB

Tints of Echo Blue #9BAFDB

Color information

#9BAFDB (or 0x9BAFDB) is unknown color: approx Echo Blue. HEX triplet: 9B, AF and DB. RGB value is (155,175,219). Sum of RGB (Red+Green+Blue) = 155+175+219=549 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.23% from 549); Green value is 175 (68.75% from 255 or 31.88% from 549); Blue value is 219 (85.94% from 255 or 39.89% from 549); Max value from RGB is 219 - color contains mainly: blue. Hex color #9BAFDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BAFDB is #645024. Grayscale: #ADADAD. Windows color (decimal): -6574117 or 14397339. OLE color: 14397339.

HSL color Cylindrical-coordinate representation of color #9BAFDB: hue angle of 221.25º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9BAFDB is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB155175219-
CMYK0.290.2000.14
HSL221.25º47.06%73.33%-
HSV(B)221.25º29.22%85.88%-
XYZ41.6342.7473.07-
YUV174.04153.37114.42-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.23%
GREEN value IS 175 (68.75% from 255) = 31.88%
BLUE value IS 219 (85.94% from 255) = 39.89%
R=28.23%
G=31.88%
B=39.89%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1551752190.290.2000.14221.2547.0673.33
Hex9BAFDB1D140Edd2f49
Octal233257333352401633557111
Binary100110111010111111011011111011010001110110111011011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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