#98BAD6

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

Shades of Polo Blue #98BAD6

Tints of Polo Blue #98BAD6

Color information

#98BAD6 (or 0x98BAD6) is unknown color: approx Polo Blue. HEX triplet: 98, BA and D6. RGB value is (152,186,214). Sum of RGB (Red+Green+Blue) = 152+186+214=552 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.54% from 552); Green value is 186 (73.05% from 255 or 33.70% from 552); Blue value is 214 (83.98% from 255 or 38.77% from 552); Max value from RGB is 214 - color contains mainly: blue. Hex color #98BAD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98BAD6 is #674529. Grayscale: #B2B2B2. Windows color (decimal): -6767914 or 14072472. OLE color: 14072472.

HSL color Cylindrical-coordinate representation of color #98BAD6: hue angle of 207.1º 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 #98BAD6 is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB152186214-
CMYK0.290.1300.16
HSL207.1º43.06%71.76%-
HSV(B)207.1º28.97%83.92%-
XYZ42.6546.6570.37-
YUV179.03147.74108.72-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.54%
GREEN value IS 186 (73.05% from 255) = 33.70%
BLUE value IS 214 (83.98% from 255) = 38.77%
R=27.54%
G=33.70%
B=38.77%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1521862140.290.1300.16207.143.0671.76
Hex98BAD61DD010cf2b48
Octal230272326351502031753110
Binary100110001011101011010110111011101010000110011111010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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