#9CB5DB

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

Shades of Echo Blue #9CB5DB

Tints of Echo Blue #9CB5DB

Color information

#9CB5DB (or 0x9CB5DB) is unknown color: approx Echo Blue. HEX triplet: 9C, B5 and DB. RGB value is (156,181,219). Sum of RGB (Red+Green+Blue) = 156+181+219=556 (73% of max value = 765). Red value is 156 (61.33% from 255 or 28.06% from 556); Green value is 181 (71.09% from 255 or 32.55% from 556); Blue value is 219 (85.94% from 255 or 39.39% from 556); Max value from RGB is 219 - color contains mainly: blue. Hex color #9CB5DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CB5DB is #634A24. Grayscale: #B1B1B1. Windows color (decimal): -6507045 or 14398876. OLE color: 14398876.

HSL color Cylindrical-coordinate representation of color #9CB5DB: hue angle of 216.19º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9CB5DB is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB156181219-
CMYK0.290.1700.14
HSL216.19º46.67%73.53%-
HSV(B)216.19º28.77%85.88%-
XYZ43.0245.2373.48-
YUV177.86151.22112.41-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 28.06%
GREEN value IS 181 (71.09% from 255) = 32.55%
BLUE value IS 219 (85.94% from 255) = 39.39%
R=28.06%
G=32.55%
B=39.39%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1561812190.290.1700.14216.1946.6773.53
Hex9CB5DB1D110Ed82f4a
Octal234265333352101633057112
Binary100111001011010111011011111011000101110110110001011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB5DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,181,219); }

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

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

 a { background-color: rgb(156,181,219); }

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

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

 span { border-color: rgb(156,181,219); }

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