#98ACCC

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

Shades of Polo Blue #98ACCC

Tints of Polo Blue #98ACCC

Color information

#98ACCC (or 0x98ACCC) is unknown color: approx Polo Blue. HEX triplet: 98, AC and CC. RGB value is (152,172,204). Sum of RGB (Red+Green+Blue) = 152+172+204=528 (69% of max value = 765). Red value is 152 (59.77% from 255 or 28.79% from 528); Green value is 172 (67.58% from 255 or 32.58% from 528); Blue value is 204 (80.08% from 255 or 38.64% from 528); Max value from RGB is 204 - color contains mainly: blue. Hex color #98ACCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98ACCC is #675333. Grayscale: #A9A9A9. Windows color (decimal): -6771508 or 13413528. OLE color: 13413528.

HSL color Cylindrical-coordinate representation of color #98ACCC: hue angle of 216.92º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #98ACCC is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB152172204-
CMYK0.250.1600.2
HSL216.92º33.77%69.8%-
HSV(B)216.92º25.49%80%-
XYZ38.640.5462.92-
YUV169.67147.37115.4-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.79%
GREEN value IS 172 (67.58% from 255) = 32.58%
BLUE value IS 204 (80.08% from 255) = 38.64%
R=28.79%
G=32.58%
B=38.64%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1521722040.250.1600.2216.9233.7769.8
Hex98ACCC1910014d92246
Octal230254314312002433142106
Binary1001100010101100110011001100110000010100110110011000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98ACCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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