#98ADC6

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

Shades of Polo Blue #98ADC6

Tints of Polo Blue #98ADC6

Color information

#98ADC6 (or 0x98ADC6) is unknown color: approx Polo Blue. HEX triplet: 98, AD and C6. RGB value is (152,173,198). Sum of RGB (Red+Green+Blue) = 152+173+198=523 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.06% from 523); Green value is 173 (67.97% from 255 or 33.08% from 523); Blue value is 198 (77.73% from 255 or 37.86% from 523); Max value from RGB is 198 - color contains mainly: blue. Hex color #98ADC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98ADC6 is #675239. Grayscale: #A9A9A9. Windows color (decimal): -6771258 or 13020568. OLE color: 13020568.

HSL color Cylindrical-coordinate representation of color #98ADC6: hue angle of 212.61º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #98ADC6 is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB152173198-
CMYK0.230.1300.22
HSL212.61º28.75%68.63%-
HSV(B)212.61º23.23%77.65%-
XYZ38.0940.6459.26-
YUV169.57144.04115.47-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.06%
GREEN value IS 173 (67.97% from 255) = 33.08%
BLUE value IS 198 (77.73% from 255) = 37.86%
R=29.06%
G=33.08%
B=37.86%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1521731980.230.1300.22212.6128.7568.63
Hex98ADC617D016d51d45
Octal230255306271502632535105
Binary10011000101011011100011010111110101011011010101111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98ADC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,173,198); }

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

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

 a { background-color: rgb(152,173,198); }

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

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

 span { border-color: rgb(152,173,198); }

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