#98B3D0

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

Shades of Polo Blue #98B3D0

Tints of Polo Blue #98B3D0

Color information

#98B3D0 (or 0x98B3D0) is unknown color: approx Polo Blue. HEX triplet: 98, B3 and D0. RGB value is (152,179,208). Sum of RGB (Red+Green+Blue) = 152+179+208=539 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.20% from 539); Green value is 179 (70.31% from 255 or 33.21% from 539); Blue value is 208 (81.64% from 255 or 38.59% from 539); Max value from RGB is 208 - color contains mainly: blue. Hex color #98B3D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98B3D0 is #674C2F. Grayscale: #AEAEAE. Windows color (decimal): -6769712 or 13677464. OLE color: 13677464.

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

Color convert

RGB152179208-
CMYK0.270.1400.18
HSL211.07º37.33%70.59%-
HSV(B)211.07º26.92%81.57%-
XYZ40.4543.4765.93-
YUV174.23147.05112.14-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.20%
GREEN value IS 179 (70.31% from 255) = 33.21%
BLUE value IS 208 (81.64% from 255) = 38.59%
R=28.20%
G=33.21%
B=38.59%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1521792080.270.1400.18211.0737.3370.59
Hex98B3D01BE012d32547
Octal230263320331602232345107
Binary100110001011001111010000110111110010010110100111001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B3D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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