#98ADCC

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

Shades of Polo Blue #98ADCC

Tints of Polo Blue #98ADCC

Color information

#98ADCC (or 0x98ADCC) is unknown color: approx Polo Blue. HEX triplet: 98, AD and CC. RGB value is (152,173,204). Sum of RGB (Red+Green+Blue) = 152+173+204=529 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.73% from 529); Green value is 173 (67.97% from 255 or 32.70% from 529); Blue value is 204 (80.08% from 255 or 38.56% from 529); Max value from RGB is 204 - color contains mainly: blue. Hex color #98ADCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98ADCC is #675233. Grayscale: #AAAAAA. Windows color (decimal): -6771252 or 13413784. OLE color: 13413784.

HSL color Cylindrical-coordinate representation of color #98ADCC: hue angle of 215.77º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #98ADCC is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB152173204-
CMYK0.250.1500.2
HSL215.77º33.77%69.8%-
HSV(B)215.77º25.49%80%-
XYZ38.7940.9262.98-
YUV170.26147.04114.98-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.73%
GREEN value IS 173 (67.97% from 255) = 32.70%
BLUE value IS 204 (80.08% from 255) = 38.56%
R=28.73%
G=32.70%
B=38.56%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1521732040.250.1500.2215.7733.7769.8
Hex98ADCC19F014d82246
Octal230255314311702433042106
Binary100110001010110111001100110011111010100110110001000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98ADCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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