#98ACCA

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

Shades of Polo Blue #98ACCA

Tints of Polo Blue #98ACCA

Color information

#98ACCA (or 0x98ACCA) is unknown color: approx Polo Blue. HEX triplet: 98, AC and CA. RGB value is (152,172,202). Sum of RGB (Red+Green+Blue) = 152+172+202=526 (69% of max value = 765). Red value is 152 (59.77% from 255 or 28.90% from 526); Green value is 172 (67.58% from 255 or 32.70% from 526); Blue value is 202 (79.30% from 255 or 38.40% from 526); Max value from RGB is 202 - color contains mainly: blue. Hex color #98ACCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98ACCA is #675335. Grayscale: #A9A9A9. Windows color (decimal): -6771510 or 13282456. OLE color: 13282456.

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

Color convert

RGB152172202-
CMYK0.250.1500.21
HSL216º32.05%69.41%-
HSV(B)216º24.75%79.22%-
XYZ38.3640.4461.66-
YUV169.44146.37115.56-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.90%
GREEN value IS 172 (67.58% from 255) = 32.70%
BLUE value IS 202 (79.30% from 255) = 38.40%
R=28.90%
G=32.70%
B=38.40%

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
Decimal1521722020.250.1500.2121632.0569.41
Hex98ACCA19F015d82045
Octal230254312311702533040105
Binary100110001010110011001010110011111010101110110001000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98ACCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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