#98ADCA

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

Shades of Polo Blue #98ADCA

Tints of Polo Blue #98ADCA

Color information

#98ADCA (or 0x98ADCA) is unknown color: approx Polo Blue. HEX triplet: 98, AD and CA. RGB value is (152,173,202). Sum of RGB (Red+Green+Blue) = 152+173+202=527 (69% of max value = 765). Red value is 152 (59.77% from 255 or 28.84% from 527); Green value is 173 (67.97% from 255 or 32.83% from 527); Blue value is 202 (79.30% from 255 or 38.33% from 527); Max value from RGB is 202 - color contains mainly: blue. Hex color #98ADCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98ADCA is #675235. Grayscale: #A9A9A9. Windows color (decimal): -6771254 or 13282712. OLE color: 13282712.

HSL color Cylindrical-coordinate representation of color #98ADCA: hue angle of 214.8º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #98ADCA is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB152173202-
CMYK0.250.1400.21
HSL214.8º32.05%69.41%-
HSV(B)214.8º24.75%79.22%-
XYZ38.5540.8361.73-
YUV170.03146.04115.14-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.84%
GREEN value IS 173 (67.97% from 255) = 32.83%
BLUE value IS 202 (79.30% from 255) = 38.33%
R=28.84%
G=32.83%
B=38.33%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1521732020.250.1400.21214.832.0569.41
Hex98ADCA19E015d72045
Octal230255312311602532740105
Binary100110001010110111001010110011110010101110101111000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98ADCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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