#98ABC9

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

Shades of Polo Blue #98ABC9

Tints of Polo Blue #98ABC9

Color information

#98ABC9 (or 0x98ABC9) is unknown color: approx Polo Blue. HEX triplet: 98, AB and C9. RGB value is (152,171,201). Sum of RGB (Red+Green+Blue) = 152+171+201=524 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.01% from 524); Green value is 171 (67.19% from 255 or 32.63% from 524); Blue value is 201 (78.91% from 255 or 38.36% from 524); Max value from RGB is 201 - color contains mainly: blue. Hex color #98ABC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98ABC9 is #675436. Grayscale: #A8A8A8. Windows color (decimal): -6771767 or 13216664. OLE color: 13216664.

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

Color convert

RGB152171201-
CMYK0.240.1500.21
HSL216.73º31.21%69.22%-
HSV(B)216.73º24.38%78.82%-
XYZ38.0540.0260.98-
YUV168.74146.21116.06-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.01%
GREEN value IS 171 (67.19% from 255) = 32.63%
BLUE value IS 201 (78.91% from 255) = 38.36%
R=29.01%
G=32.63%
B=38.36%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1521712010.240.1500.21216.7331.2169.22
Hex98ABC918F015d91f45
Octal230253311301702533137105
Binary10011000101010111100100111000111101010111011001111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98ABC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,171,201); }

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

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

 a { background-color: rgb(152,171,201); }

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

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

 span { border-color: rgb(152,171,201); }

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