#98AFD0

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

Shades of Polo Blue #98AFD0

Tints of Polo Blue #98AFD0

Color information

#98AFD0 (or 0x98AFD0) is unknown color: approx Polo Blue. HEX triplet: 98, AF and D0. RGB value is (152,175,208). Sum of RGB (Red+Green+Blue) = 152+175+208=535 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.41% from 535); Green value is 175 (68.75% from 255 or 32.71% from 535); Blue value is 208 (81.64% from 255 or 38.88% from 535); Max value from RGB is 208 - color contains mainly: blue. Hex color #98AFD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98AFD0 is #67502F. Grayscale: #ABABAB. Windows color (decimal): -6770736 or 13676440. OLE color: 13676440.

HSL color Cylindrical-coordinate representation of color #98AFD0: hue angle of 215.36º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #98AFD0 is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB152175208-
CMYK0.270.1600.18
HSL215.36º37.33%70.59%-
HSV(B)215.36º26.92%81.57%-
XYZ39.6641.8965.67-
YUV171.88148.38113.82-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.41%
GREEN value IS 175 (68.75% from 255) = 32.71%
BLUE value IS 208 (81.64% from 255) = 38.88%
R=28.41%
G=32.71%
B=38.88%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1521752080.270.1600.18215.3637.3370.59
Hex98AFD01B10012d72547
Octal230257320332002232745107
Binary1001100010101111110100001101110000010010110101111001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98AFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,175,208); }

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

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

 a { background-color: rgb(152,175,208); }

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

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

 span { border-color: rgb(152,175,208); }

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