#97ACCA

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

Shades of Polo Blue #97ACCA

Tints of Polo Blue #97ACCA

Color information

#97ACCA (or 0x97ACCA) is unknown color: approx Polo Blue. HEX triplet: 97, AC and CA. RGB value is (151,172,202). Sum of RGB (Red+Green+Blue) = 151+172+202=525 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.76% from 525); Green value is 172 (67.58% from 255 or 32.76% from 525); Blue value is 202 (79.30% from 255 or 38.48% from 525); Max value from RGB is 202 - color contains mainly: blue. Hex color #97ACCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #97ACCA is #685335. Grayscale: #A8A8A8. Windows color (decimal): -6837046 or 13282455. OLE color: 13282455.

HSL color Cylindrical-coordinate representation of color #97ACCA: hue angle of 215.29º 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 #97ACCA is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB151172202-
CMYK0.250.1500.21
HSL215.29º32.48%69.22%-
HSV(B)215.29º25.25%79.22%-
XYZ38.1840.3561.65-
YUV169.14146.54115.06-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 28.76%
GREEN value IS 172 (67.58% from 255) = 32.76%
BLUE value IS 202 (79.30% from 255) = 38.48%
R=28.76%
G=32.76%
B=38.48%

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
Decimal1511722020.250.1500.21215.2932.4869.22
Hex97ACCA19F015d72045
Octal227254312311702532740105
Binary100101111010110011001010110011111010101110101111000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97ACCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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