#98AECA

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

Shades of Polo Blue #98AECA

Tints of Polo Blue #98AECA

Color information

#98AECA (or 0x98AECA) is unknown color: approx Polo Blue. HEX triplet: 98, AE and CA. RGB value is (152,174,202). Sum of RGB (Red+Green+Blue) = 152+174+202=528 (69% of max value = 765). Red value is 152 (59.77% from 255 or 28.79% from 528); Green value is 174 (68.36% from 255 or 32.95% from 528); Blue value is 202 (79.30% from 255 or 38.26% from 528); Max value from RGB is 202 - color contains mainly: blue. Hex color #98AECA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98AECA is #675135. Grayscale: #AAAAAA. Windows color (decimal): -6770998 or 13282968. OLE color: 13282968.

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

Color convert

RGB152174202-
CMYK0.250.1400.21
HSL213.6º32.05%69.41%-
HSV(B)213.6º24.75%79.22%-
XYZ38.7541.2161.79-
YUV170.61145.71114.72-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.79%
GREEN value IS 174 (68.36% from 255) = 32.95%
BLUE value IS 202 (79.30% from 255) = 38.26%
R=28.79%
G=32.95%
B=38.26%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1521742020.250.1400.21213.632.0569.41
Hex98AECA19E015d62045
Octal230256312311602532640105
Binary100110001010111011001010110011110010101110101101000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98AECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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