#98ADCD

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

Shades of Polo Blue #98ADCD

Tints of Polo Blue #98ADCD

Color information

#98ADCD (or 0x98ADCD) is unknown color: approx Polo Blue. HEX triplet: 98, AD and CD. RGB value is (152,173,205). Sum of RGB (Red+Green+Blue) = 152+173+205=530 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.68% from 530); Green value is 173 (67.97% from 255 or 32.64% from 530); Blue value is 205 (80.47% from 255 or 38.68% from 530); Max value from RGB is 205 - color contains mainly: blue. Hex color #98ADCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98ADCD is #675232. Grayscale: #AAAAAA. Windows color (decimal): -6771251 or 13479320. OLE color: 13479320.

HSL color Cylindrical-coordinate representation of color #98ADCD: hue angle of 216.23º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #98ADCD is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB152173205-
CMYK0.260.1600.20
HSL216.23º34.64%70%-
HSV(B)216.23º25.85%80.39%-
XYZ38.9140.9763.61-
YUV170.37147.54114.9-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.68%
GREEN value IS 173 (67.97% from 255) = 32.64%
BLUE value IS 205 (80.47% from 255) = 38.68%
R=28.68%
G=32.64%
B=38.68%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1521732050.260.1600.20216.2334.6470
Hex98ADCD1A10014d82346
Octal230255315322002433043106
Binary1001100010101101110011011101010000010100110110001000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98ADCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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