#98B9D9

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

Shades of Polo Blue #98B9D9

Tints of Polo Blue #98B9D9

Color information

#98B9D9 (or 0x98B9D9) is unknown color: approx Polo Blue. HEX triplet: 98, B9 and D9. RGB value is (152,185,217). Sum of RGB (Red+Green+Blue) = 152+185+217=554 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.44% from 554); Green value is 185 (72.66% from 255 or 33.39% from 554); Blue value is 217 (85.16% from 255 or 39.17% from 554); Max value from RGB is 217 - color contains mainly: blue. Hex color #98B9D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98B9D9 is #674626. Grayscale: #B2B2B2. Windows color (decimal): -6768167 or 14268824. OLE color: 14268824.

HSL color Cylindrical-coordinate representation of color #98B9D9: hue angle of 209.54º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #98B9D9 is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB152185217-
CMYK0.300.1500.15
HSL209.54º46.1%72.35%-
HSV(B)209.54º29.95%85.1%-
XYZ42.8246.3872.34-
YUV178.78149.57108.9-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.44%
GREEN value IS 185 (72.66% from 255) = 33.39%
BLUE value IS 217 (85.16% from 255) = 39.17%
R=27.44%
G=33.39%
B=39.17%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1521852170.300.1500.15209.5446.172.35
Hex98B9D91EF0Fd22e48
Octal230271331361701732256110
Binary10011000101110011101100111110111101111110100101011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B9D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,185,217); }

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

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

 a { background-color: rgb(152,185,217); }

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

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

 span { border-color: rgb(152,185,217); }

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