#9BB5DF

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

Shades of Echo Blue #9BB5DF

Tints of Echo Blue #9BB5DF

Color information

#9BB5DF (or 0x9BB5DF) is unknown color: approx Echo Blue. HEX triplet: 9B, B5 and DF. RGB value is (155,181,223). Sum of RGB (Red+Green+Blue) = 155+181+223=559 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.73% from 559); Green value is 181 (71.09% from 255 or 32.38% from 559); Blue value is 223 (87.5% from 255 or 39.89% from 559); Max value from RGB is 223 - color contains mainly: blue. Hex color #9BB5DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BB5DF is #644A20. Grayscale: #B1B1B1. Windows color (decimal): -6572577 or 14661019. OLE color: 14661019.

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

Color convert

RGB155181223-
CMYK0.300.1900.13
HSL217.06º51.52%74.12%-
HSV(B)217.06º30.49%87.45%-
XYZ43.3645.3476.28-
YUV178.01153.39111.58-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.73%
GREEN value IS 181 (71.09% from 255) = 32.38%
BLUE value IS 223 (87.5% from 255) = 39.89%
R=27.73%
G=32.38%
B=39.89%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1551812230.300.1900.13217.0651.5274.12
Hex9BB5DF1E130Dd9344a
Octal233265337362301533164112
Binary100110111011010111011111111101001101101110110011101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB5DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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