#9BADDB

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

Shades of Echo Blue #9BADDB

Tints of Echo Blue #9BADDB

Color information

#9BADDB (or 0x9BADDB) is unknown color: approx Echo Blue. HEX triplet: 9B, AD and DB. RGB value is (155,173,219). Sum of RGB (Red+Green+Blue) = 155+173+219=547 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.34% from 547); Green value is 173 (67.97% from 255 or 31.63% from 547); Blue value is 219 (85.94% from 255 or 40.04% from 547); Max value from RGB is 219 - color contains mainly: blue. Hex color #9BADDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BADDB is #645224. Grayscale: #ACACAC. Windows color (decimal): -6574629 or 14396827. OLE color: 14396827.

HSL color Cylindrical-coordinate representation of color #9BADDB: hue angle of 223.12º 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 #9BADDB is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB155173219-
CMYK0.290.2100.14
HSL223.12º47.06%73.33%-
HSV(B)223.12º29.22%85.88%-
XYZ41.2541.9772.94-
YUV172.86154.04115.26-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.34%
GREEN value IS 173 (67.97% from 255) = 31.63%
BLUE value IS 219 (85.94% from 255) = 40.04%
R=28.34%
G=31.63%
B=40.04%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1551732190.290.2100.14223.1247.0673.33
Hex9BADDB1D150Edf2f49
Octal233255333352501633757111
Binary100110111010110111011011111011010101110110111111011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BADDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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