#9BB0D0

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

Shades of Echo Blue #9BB0D0

Tints of Echo Blue #9BB0D0

Color information

#9BB0D0 (or 0x9BB0D0) is unknown color: approx Echo Blue. HEX triplet: 9B, B0 and D0. RGB value is (155,176,208). Sum of RGB (Red+Green+Blue) = 155+176+208=539 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.76% from 539); Green value is 176 (69.14% from 255 or 32.65% from 539); Blue value is 208 (81.64% from 255 or 38.59% from 539); Max value from RGB is 208 - color contains mainly: blue. Hex color #9BB0D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BB0D0 is #644F2F. Grayscale: #ADADAD. Windows color (decimal): -6573872 or 13676699. OLE color: 13676699.

HSL color Cylindrical-coordinate representation of color #9BB0D0: hue angle of 216.23º 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 #9BB0D0 is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB155176208-
CMYK0.250.1500.18
HSL216.23º36.05%71.18%-
HSV(B)216.23º25.48%81.57%-
XYZ40.4342.5765.76-
YUV173.37147.54114.9-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.76%
GREEN value IS 176 (69.14% from 255) = 32.65%
BLUE value IS 208 (81.64% from 255) = 38.59%
R=28.76%
G=32.65%
B=38.59%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1551762080.250.1500.18216.2336.0571.18
Hex9BB0D019F012d82447
Octal233260320311702233044107
Binary100110111011000011010000110011111010010110110001001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB0D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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