#9BB0DD

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

Shades of Echo Blue #9BB0DD

Tints of Echo Blue #9BB0DD

Color information

#9BB0DD (or 0x9BB0DD) is unknown color: approx Echo Blue. HEX triplet: 9B, B0 and DD. RGB value is (155,176,221). Sum of RGB (Red+Green+Blue) = 155+176+221=552 (73% of max value = 765). Red value is 155 (60.94% from 255 or 28.08% from 552); Green value is 176 (69.14% from 255 or 31.88% from 552); Blue value is 221 (86.72% from 255 or 40.04% from 552); Max value from RGB is 221 - color contains mainly: blue. Hex color #9BB0DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BB0DD is #644F22. Grayscale: #AEAEAE. Windows color (decimal): -6573859 or 14528667. OLE color: 14528667.

HSL color Cylindrical-coordinate representation of color #9BB0DD: hue angle of 220.91º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BB0DD is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB155176221-
CMYK0.300.2000.13
HSL220.91º49.25%73.73%-
HSV(B)220.91º29.86%86.67%-
XYZ42.0943.2474.53-
YUV174.85154.04113.84-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.08%
GREEN value IS 176 (69.14% from 255) = 31.88%
BLUE value IS 221 (86.72% from 255) = 40.04%
R=28.08%
G=31.88%
B=40.04%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1551762210.300.2000.13220.9149.2573.73
Hex9BB0DD1E140Ddd314a
Octal233260335362401533561112
Binary100110111011000011011101111101010001101110111011100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,176,221); }

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

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

 a { background-color: rgb(155,176,221); }

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

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

 span { border-color: rgb(155,176,221); }

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