#9FB0CA

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

Shades of Echo Blue #9FB0CA

Tints of Echo Blue #9FB0CA

Color information

#9FB0CA (or 0x9FB0CA) is unknown color: approx Echo Blue. HEX triplet: 9F, B0 and CA. RGB value is (159,176,202). Sum of RGB (Red+Green+Blue) = 159+176+202=537 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.61% from 537); Green value is 176 (69.14% from 255 or 32.77% from 537); Blue value is 202 (79.30% from 255 or 37.62% from 537); Max value from RGB is 202 - color contains mainly: blue. Hex color #9FB0CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FB0CA is #604F35. Grayscale: #ADADAD. Windows color (decimal): -6311734 or 13283487. OLE color: 13283487.

HSL color Cylindrical-coordinate representation of color #9FB0CA: hue angle of 216.28º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9FB0CA is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB159176202-
CMYK0.210.1300.21
HSL216.28º28.86%70.78%-
HSV(B)216.28º21.29%79.22%-
XYZ40.4842.6961.98-
YUV173.88143.87117.39-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.61%
GREEN value IS 176 (69.14% from 255) = 32.77%
BLUE value IS 202 (79.30% from 255) = 37.62%
R=29.61%
G=32.77%
B=37.62%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1591762020.210.1300.21216.2828.8670.78
Hex9FB0CA15D015d81d47
Octal237260312251502533035107
Binary10011111101100001100101010101110101010111011000111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,176,202); }

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

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

 a { background-color: rgb(159,176,202); }

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

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

 span { border-color: rgb(159,176,202); }

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