#98AECC

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

Shades of Polo Blue #98AECC

Tints of Polo Blue #98AECC

Color information

#98AECC (or 0x98AECC) is unknown color: approx Polo Blue. HEX triplet: 98, AE and CC. RGB value is (152,174,204). Sum of RGB (Red+Green+Blue) = 152+174+204=530 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.68% from 530); Green value is 174 (68.36% from 255 or 32.83% from 530); Blue value is 204 (80.08% from 255 or 38.49% from 530); Max value from RGB is 204 - color contains mainly: blue. Hex color #98AECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98AECC is #675133. Grayscale: #AAAAAA. Windows color (decimal): -6770996 or 13414040. OLE color: 13414040.

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

Color convert

RGB152174204-
CMYK0.250.1500.2
HSL214.62º33.77%69.8%-
HSV(B)214.62º25.49%80%-
XYZ38.9841.3163.05-
YUV170.84146.71114.56-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.68%
GREEN value IS 174 (68.36% from 255) = 32.83%
BLUE value IS 204 (80.08% from 255) = 38.49%
R=28.68%
G=32.83%
B=38.49%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1521742040.250.1500.2214.6233.7769.8
Hex98AECC19F014d72246
Octal230256314311702432742106
Binary100110001010111011001100110011111010100110101111000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98AECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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