#9BB1CE

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

Shades of Echo Blue #9BB1CE

Tints of Echo Blue #9BB1CE

Color information

#9BB1CE (or 0x9BB1CE) is unknown color: approx Echo Blue. HEX triplet: 9B, B1 and CE. RGB value is (155,177,206). Sum of RGB (Red+Green+Blue) = 155+177+206=538 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.81% from 538); Green value is 177 (69.53% from 255 or 32.90% from 538); Blue value is 206 (80.86% from 255 or 38.29% from 538); Max value from RGB is 206 - color contains mainly: blue. Hex color #9BB1CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BB1CE is #644E31. Grayscale: #ADADAD. Windows color (decimal): -6573618 or 13545883. OLE color: 13545883.

HSL color Cylindrical-coordinate representation of color #9BB1CE: hue angle of 214.12º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9BB1CE is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB155177206-
CMYK0.250.1400.19
HSL214.12º34.23%70.78%-
HSV(B)214.12º24.76%80.78%-
XYZ40.3842.8764.54-
YUV173.73146.21114.64-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.81%
GREEN value IS 177 (69.53% from 255) = 32.90%
BLUE value IS 206 (80.86% from 255) = 38.29%
R=28.81%
G=32.90%
B=38.29%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1551772060.250.1400.19214.1234.2370.78
Hex9BB1CE19E013d62247
Octal233261316311602332642107
Binary100110111011000111001110110011110010011110101101000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,177,206); }

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

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

 a { background-color: rgb(155,177,206); }

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

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

 span { border-color: rgb(155,177,206); }

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