#9CB0DB

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

Shades of Echo Blue #9CB0DB

Tints of Echo Blue #9CB0DB

Color information

#9CB0DB (or 0x9CB0DB) is unknown color: approx Echo Blue. HEX triplet: 9C, B0 and DB. RGB value is (156,176,219). Sum of RGB (Red+Green+Blue) = 156+176+219=551 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.31% from 551); Green value is 176 (69.14% from 255 or 31.94% from 551); Blue value is 219 (85.94% from 255 or 39.75% from 551); Max value from RGB is 219 - color contains mainly: blue. Hex color #9CB0DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CB0DB is #634F24. Grayscale: #AEAEAE. Windows color (decimal): -6508325 or 14397596. OLE color: 14397596.

HSL color Cylindrical-coordinate representation of color #9CB0DB: hue angle of 220.95º 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 #9CB0DB is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB156176219-
CMYK0.290.2000.14
HSL220.95º46.67%73.53%-
HSV(B)220.95º28.77%85.88%-
XYZ42.0243.2373.15-
YUV174.92152.87114.5-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 28.31%
GREEN value IS 176 (69.14% from 255) = 31.94%
BLUE value IS 219 (85.94% from 255) = 39.75%
R=28.31%
G=31.94%
B=39.75%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1561762190.290.2000.14220.9546.6773.53
Hex9CB0DB1D140Edd2f4a
Octal234260333352401633557112
Binary100111001011000011011011111011010001110110111011011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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