#9FABCA

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

Shades of Echo Blue #9FABCA

Tints of Echo Blue #9FABCA

Color information

#9FABCA (or 0x9FABCA) is unknown color: approx Echo Blue. HEX triplet: 9F, AB and CA. RGB value is (159,171,202). Sum of RGB (Red+Green+Blue) = 159+171+202=532 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.89% from 532); Green value is 171 (67.19% from 255 or 32.14% from 532); Blue value is 202 (79.30% from 255 or 37.97% from 532); Max value from RGB is 202 - color contains mainly: blue. Hex color #9FABCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FABCA is #605435. Grayscale: #AAAAAA. Windows color (decimal): -6313014 or 13282207. OLE color: 13282207.

HSL color Cylindrical-coordinate representation of color #9FABCA: hue angle of 223.26º 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 #9FABCA is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB159171202-
CMYK0.210.1500.21
HSL223.26º28.86%70.78%-
HSV(B)223.26º21.29%79.22%-
XYZ39.5240.7661.66-
YUV170.95145.52119.48-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.89%
GREEN value IS 171 (67.19% from 255) = 32.14%
BLUE value IS 202 (79.30% from 255) = 37.97%
R=29.89%
G=32.14%
B=37.97%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1591712020.210.1500.21223.2628.8670.78
Hex9FABCA15F015df1d47
Octal237253312251702533735107
Binary10011111101010111100101010101111101010111011111111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FABCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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