#9BB5CF

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

Shades of Echo Blue #9BB5CF

Tints of Echo Blue #9BB5CF

Color information

#9BB5CF (or 0x9BB5CF) is unknown color: approx Echo Blue. HEX triplet: 9B, B5 and CF. RGB value is (155,181,207). Sum of RGB (Red+Green+Blue) = 155+181+207=543 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.55% from 543); Green value is 181 (71.09% from 255 or 33.33% from 543); Blue value is 207 (81.25% from 255 or 38.12% from 543); Max value from RGB is 207 - color contains mainly: blue. Hex color #9BB5CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BB5CF is #644A30. Grayscale: #B0B0B0. Windows color (decimal): -6572593 or 13612443. OLE color: 13612443.

HSL color Cylindrical-coordinate representation of color #9BB5CF: hue angle of 210º degrees, saturation: 0.35, 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 #9BB5CF is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB155181207-
CMYK0.250.1300.19
HSL210º35.14%70.98%-
HSV(B)210º25.12%81.18%-
XYZ41.344.5265.45-
YUV176.19145.39112.89-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.55%
GREEN value IS 181 (71.09% from 255) = 33.33%
BLUE value IS 207 (81.25% from 255) = 38.12%
R=28.55%
G=33.33%
B=38.12%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1551812070.250.1300.1921035.1470.98
Hex9BB5CF19D013d22347
Octal233265317311502332243107
Binary100110111011010111001111110011101010011110100101000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,181,207); }

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

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

 a { background-color: rgb(155,181,207); }

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

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

 span { border-color: rgb(155,181,207); }

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