#9FACCA

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

Shades of Echo Blue #9FACCA

Tints of Echo Blue #9FACCA

Color information

#9FACCA (or 0x9FACCA) is unknown color: approx Echo Blue. HEX triplet: 9F, AC and CA. RGB value is (159,172,202). Sum of RGB (Red+Green+Blue) = 159+172+202=533 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.83% from 533); Green value is 172 (67.58% from 255 or 32.27% from 533); Blue value is 202 (79.30% from 255 or 37.90% from 533); Max value from RGB is 202 - color contains mainly: blue. Hex color #9FACCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FACCA is #605335. Grayscale: #ABABAB. Windows color (decimal): -6312758 or 13282463. OLE color: 13282463.

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

Color convert

RGB159172202-
CMYK0.210.1500.21
HSL221.86º28.86%70.78%-
HSV(B)221.86º21.29%79.22%-
XYZ39.7141.1461.72-
YUV171.53145.19119.06-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.83%
GREEN value IS 172 (67.58% from 255) = 32.27%
BLUE value IS 202 (79.30% from 255) = 37.90%
R=29.83%
G=32.27%
B=37.90%

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
Decimal1591722020.210.1500.21221.8628.8670.78
Hex9FACCA15F015de1d47
Octal237254312251702533635107
Binary10011111101011001100101010101111101010111011110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FACCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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