#98B9D6

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

Shades of Polo Blue #98B9D6

Tints of Polo Blue #98B9D6

Color information

#98B9D6 (or 0x98B9D6) is unknown color: approx Polo Blue. HEX triplet: 98, B9 and D6. RGB value is (152,185,214). Sum of RGB (Red+Green+Blue) = 152+185+214=551 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.59% from 551); Green value is 185 (72.66% from 255 or 33.58% from 551); Blue value is 214 (83.98% from 255 or 38.84% from 551); Max value from RGB is 214 - color contains mainly: blue. Hex color #98B9D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98B9D6 is #674629. Grayscale: #B2B2B2. Windows color (decimal): -6768170 or 14072216. OLE color: 14072216.

HSL color Cylindrical-coordinate representation of color #98B9D6: hue angle of 208.06º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #98B9D6 is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB152185214-
CMYK0.290.1400.16
HSL208.06º43.06%71.76%-
HSV(B)208.06º28.97%83.92%-
XYZ42.4446.2370.3-
YUV178.44148.07109.14-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.59%
GREEN value IS 185 (72.66% from 255) = 33.58%
BLUE value IS 214 (83.98% from 255) = 38.84%
R=27.59%
G=33.58%
B=38.84%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1521852140.290.1400.16208.0643.0671.76
Hex98B9D61DE010d02b48
Octal230271326351602032053110
Binary100110001011100111010110111011110010000110100001010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B9D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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