#97AACF

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

Shades of Echo Blue #97AACF

Tints of Echo Blue #97AACF

Color information

#97AACF (or 0x97AACF) is unknown color: approx Echo Blue. HEX triplet: 97, AA and CF. RGB value is (151,170,207). Sum of RGB (Red+Green+Blue) = 151+170+207=528 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.60% from 528); Green value is 170 (66.80% from 255 or 32.20% from 528); Blue value is 207 (81.25% from 255 or 39.20% from 528); Max value from RGB is 207 - color contains mainly: blue. Hex color #97AACF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #97AACF is #685530. Grayscale: #A8A8A8. Windows color (decimal): -6837553 or 13609623. OLE color: 13609623.

HSL color Cylindrical-coordinate representation of color #97AACF: hue angle of 219.64º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #97AACF is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB151170207-
CMYK0.270.1800.19
HSL219.64º36.84%70.2%-
HSV(B)219.64º27.05%81.18%-
XYZ38.439.8364.7-
YUV168.54149.71115.49-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 28.60%
GREEN value IS 170 (66.80% from 255) = 32.20%
BLUE value IS 207 (81.25% from 255) = 39.20%
R=28.60%
G=32.20%
B=39.20%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1511702070.270.1800.19219.6436.8470.2
Hex97AACF1B12013dc2546
Octal227252317332202333445106
Binary1001011110101010110011111101110010010011110111001001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97AACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97AACF; }

 p { color: rgb(151,170,207); }

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

<style>
 a { background-color: #97AACF; }

 a { background-color: rgb(151,170,207); }

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

<style>
 span { border-color: #97AACF; }

 span { border-color: rgb(151,170,207); }

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