#9BB4DC

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

Shades of Echo Blue #9BB4DC

Tints of Echo Blue #9BB4DC

Color information

#9BB4DC (or 0x9BB4DC) is unknown color: approx Echo Blue. HEX triplet: 9B, B4 and DC. RGB value is (155,180,220). Sum of RGB (Red+Green+Blue) = 155+180+220=555 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.93% from 555); Green value is 180 (70.70% from 255 or 32.43% from 555); Blue value is 220 (86.33% from 255 or 39.64% from 555); Max value from RGB is 220 - color contains mainly: blue. Hex color #9BB4DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BB4DC is #644B23. Grayscale: #B0B0B0. Windows color (decimal): -6572836 or 14464155. OLE color: 14464155.

HSL color Cylindrical-coordinate representation of color #9BB4DC: hue angle of 216.92º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BB4DC is Cyan = 0.30, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB155180220-
CMYK0.300.1800.14
HSL216.92º48.15%73.53%-
HSV(B)216.92º29.55%86.27%-
XYZ42.7644.7874.1-
YUV177.08152.22112.25-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.93%
GREEN value IS 180 (70.70% from 255) = 32.43%
BLUE value IS 220 (86.33% from 255) = 39.64%
R=27.93%
G=32.43%
B=39.64%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1551802200.300.1800.14216.9248.1573.53
Hex9BB4DC1E120Ed9304a
Octal233264334362201633160112
Binary100110111011010011011100111101001001110110110011100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,180,220); }

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

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

 a { background-color: rgb(155,180,220); }

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

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

 span { border-color: rgb(155,180,220); }

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