#97ABCA

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

Shades of Polo Blue #97ABCA

Tints of Polo Blue #97ABCA

Color information

#97ABCA (or 0x97ABCA) is unknown color: approx Polo Blue. HEX triplet: 97, AB and CA. RGB value is (151,171,202). Sum of RGB (Red+Green+Blue) = 151+171+202=524 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.82% from 524); Green value is 171 (67.19% from 255 or 32.63% from 524); Blue value is 202 (79.30% from 255 or 38.55% from 524); Max value from RGB is 202 - color contains mainly: blue. Hex color #97ABCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #97ABCA is #685435. Grayscale: #A8A8A8. Windows color (decimal): -6837302 or 13282199. OLE color: 13282199.

HSL color Cylindrical-coordinate representation of color #97ABCA: hue angle of 216.47º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #97ABCA is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB151171202-
CMYK0.250.1500.21
HSL216.47º32.48%69.22%-
HSV(B)216.47º25.25%79.22%-
XYZ37.9939.9761.59-
YUV168.55146.87115.48-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 28.82%
GREEN value IS 171 (67.19% from 255) = 32.63%
BLUE value IS 202 (79.30% from 255) = 38.55%
R=28.82%
G=32.63%
B=38.55%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1511712020.250.1500.21216.4732.4869.22
Hex97ABCA19F015d82045
Octal227253312311702533040105
Binary100101111010101111001010110011111010101110110001000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97ABCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,171,202); }

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

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

 a { background-color: rgb(151,171,202); }

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

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

 span { border-color: rgb(151,171,202); }

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