#97B2DA

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

Shades of Echo Blue #97B2DA

Tints of Echo Blue #97B2DA

Color information

#97B2DA (or 0x97B2DA) is unknown color: approx Echo Blue. HEX triplet: 97, B2 and DA. RGB value is (151,178,218). Sum of RGB (Red+Green+Blue) = 151+178+218=547 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.61% from 547); Green value is 178 (69.92% from 255 or 32.54% from 547); Blue value is 218 (85.55% from 255 or 39.85% from 547); Max value from RGB is 218 - color contains mainly: blue. Hex color #97B2DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #97B2DA is #684D25. Grayscale: #AEAEAE. Windows color (decimal): -6835494 or 14332567. OLE color: 14332567.

HSL color Cylindrical-coordinate representation of color #97B2DA: hue angle of 215.82º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #97B2DA is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB151178218-
CMYK0.310.1800.15
HSL215.82º47.52%72.35%-
HSV(B)215.82º30.73%85.49%-
XYZ41.3443.4872.54-
YUV174.49152.55111.25-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 27.61%
GREEN value IS 178 (69.92% from 255) = 32.54%
BLUE value IS 218 (85.55% from 255) = 39.85%
R=27.61%
G=32.54%
B=39.85%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1511782180.310.1800.15215.8247.5272.35
Hex97B2DA1F120Fd83048
Octal227262332372201733060110
Binary100101111011001011011010111111001001111110110001100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97B2DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,178,218); }

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

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

 a { background-color: rgb(151,178,218); }

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

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

 span { border-color: rgb(151,178,218); }

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