#98B1CE

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

Shades of Polo Blue #98B1CE

Tints of Polo Blue #98B1CE

Color information

#98B1CE (or 0x98B1CE) is unknown color: approx Polo Blue. HEX triplet: 98, B1 and CE. RGB value is (152,177,206). Sum of RGB (Red+Green+Blue) = 152+177+206=535 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.41% from 535); Green value is 177 (69.53% from 255 or 33.08% from 535); Blue value is 206 (80.86% from 255 or 38.50% from 535); Max value from RGB is 206 - color contains mainly: blue. Hex color #98B1CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98B1CE is #674E31. Grayscale: #ACACAC. Windows color (decimal): -6770226 or 13545880. OLE color: 13545880.

HSL color Cylindrical-coordinate representation of color #98B1CE: hue angle of 212.22º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #98B1CE is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB152177206-
CMYK0.260.1400.19
HSL212.22º35.53%70.2%-
HSV(B)212.22º26.21%80.78%-
XYZ39.8142.5864.51-
YUV172.83146.72113.14-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.41%
GREEN value IS 177 (69.53% from 255) = 33.08%
BLUE value IS 206 (80.86% from 255) = 38.50%
R=28.41%
G=33.08%
B=38.50%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1521772060.260.1400.19212.2235.5370.2
Hex98B1CE1AE013d42446
Octal230261316321602332444106
Binary100110001011000111001110110101110010011110101001001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,177,206); }

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

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

 a { background-color: rgb(152,177,206); }

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

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

 span { border-color: rgb(152,177,206); }

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