#97B1DC

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

Shades of Echo Blue #97B1DC

Tints of Echo Blue #97B1DC

Color information

#97B1DC (or 0x97B1DC) is unknown color: approx Echo Blue. HEX triplet: 97, B1 and DC. RGB value is (151,177,220). Sum of RGB (Red+Green+Blue) = 151+177+220=548 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.55% from 548); Green value is 177 (69.53% from 255 or 32.30% from 548); Blue value is 220 (86.33% from 255 or 40.15% from 548); Max value from RGB is 220 - color contains mainly: blue. Hex color #97B1DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #97B1DC is #684E23. Grayscale: #ADADAD. Windows color (decimal): -6835748 or 14463383. OLE color: 14463383.

HSL color Cylindrical-coordinate representation of color #97B1DC: hue angle of 217.39º 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 #97B1DC is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB151177220-
CMYK0.310.2000.14
HSL217.39º49.64%72.75%-
HSV(B)217.39º31.36%86.27%-
XYZ41.443.1973.86-
YUV174.13153.89111.5-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 27.55%
GREEN value IS 177 (69.53% from 255) = 32.30%
BLUE value IS 220 (86.33% from 255) = 40.15%
R=27.55%
G=32.30%
B=40.15%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1511772200.310.2000.14217.3949.6472.75
Hex97B1DC1F140Ed93249
Octal227261334372401633162111
Binary100101111011000111011100111111010001110110110011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97B1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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