#98B8DB

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

Shades of Polo Blue #98B8DB

Tints of Polo Blue #98B8DB

Color information

#98B8DB (or 0x98B8DB) is unknown color: approx Polo Blue. HEX triplet: 98, B8 and DB. RGB value is (152,184,219). Sum of RGB (Red+Green+Blue) = 152+184+219=555 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.39% from 555); Green value is 184 (72.27% from 255 or 33.15% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 219 - color contains mainly: blue. Hex color #98B8DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98B8DB is #674724. Grayscale: #B2B2B2. Windows color (decimal): -6768421 or 14399640. OLE color: 14399640.

HSL color Cylindrical-coordinate representation of color #98B8DB: hue angle of 211.34º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #98B8DB is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB152184219-
CMYK0.310.1600.14
HSL211.34º48.2%72.75%-
HSV(B)211.34º30.59%85.88%-
XYZ42.8846.0773.65-
YUV178.42150.9109.15-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.39%
GREEN value IS 184 (72.27% from 255) = 33.15%
BLUE value IS 219 (85.94% from 255) = 39.46%
R=27.39%
G=33.15%
B=39.46%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1521842190.310.1600.14211.3448.272.75
Hex98B8DB1F100Ed33049
Octal230270333372001632360111
Binary100110001011100011011011111111000001110110100111100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,184,219); }

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

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

 a { background-color: rgb(152,184,219); }

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

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

 span { border-color: rgb(152,184,219); }

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