Html Css Color HEX #97A8DC Echo Blue

📋 copy color: '#97A8DC'

red 151 ◦ green 168 ◦ blue 220

#97A8DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Echo Blue #97A8DC

Tints of Echo Blue #97A8DC

RGB

 RED value IS 151 (59.38% from 255) = 28.01%

 GREEN value IS 168 (66.02% from 255) = 31.17%

 BLUE value IS 220 (86.33% from 255) = 40.82%

R = 28.01%
G = 31.17%
B = 40.82%

CMYK

 C value IS 0.31

 M value IS 0.24

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#97A8DC (or 0x97A8DC) is known color: Echo Blue. HEX triplet: 97, A8 and DC. RGB value is (151,168,220). Sum of RGB (Red+Green+Blue) = 151+168+220=539 (71% of max value = 765). Red value is 151 (59.38% from 255 or 28.01% from 539); Green value is 168 (66.02% from 255 or 31.17% from 539); Blue value is 220 (86.33% from 255 or 40.82% from 539); Max value from RGB is 220 - color contains mainly: blue. Hex color #97A8DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #97A8DC is #685723. Grayscale: #A8A8A8. Windows color (decimal): -6838052 or 14461079. OLE color: 14461079.

HSL color Cylindrical-coordinate representation of color #97A8DC: hue angle of 225.22º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #97A8DC is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 151 168 220 -
CMYK 0.31 0.24 0 0.14
HSL 225.22º 0.5% 0.73% -
HSV(B) 225.22º 0.31% 0.86% -
XYZ 39.68 39.75 73.29 -
YUV 168.85 156.87 115.27 -
System Red Green Blue C M Y K H S L
Decimal 151 168 220 0.31 0.24 0 0.14 225.22 0.5 0.73
Hex 97 A8 DC 1F 18 0 E E1 32 49
Octal 227 250 334 37 30 0 16 341 62 111
Binary 10010111 10101000 11011100 11111 11000 0 1110 11100001 110010 1001001

Color Harmonies of #97A8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97A8DC

Black with #97A8DC

Text Example


Text Example

White with #97A8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,168,220); }

 H1.HeaderClassName
 {
   color: #97A8DC;
 }
 .AnyTagClassName
 {
   color: #97A8DC;
 }
</style>

background-color css

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

 a { background-color: rgb(151,168,220); }

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

border-color css

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

 span { border-color: rgb(151,168,220); }

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