#98AFCD

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

Shades of Polo Blue #98AFCD

Tints of Polo Blue #98AFCD

Color information

#98AFCD (or 0x98AFCD) is unknown color: approx Polo Blue. HEX triplet: 98, AF and CD. RGB value is (152,175,205). Sum of RGB (Red+Green+Blue) = 152+175+205=532 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.57% from 532); Green value is 175 (68.75% from 255 or 32.89% from 532); Blue value is 205 (80.47% from 255 or 38.53% from 532); Max value from RGB is 205 - color contains mainly: blue. Hex color #98AFCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98AFCD is #675032. Grayscale: #ABABAB. Windows color (decimal): -6770739 or 13479832. OLE color: 13479832.

HSL color Cylindrical-coordinate representation of color #98AFCD: hue angle of 213.96º 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 #98AFCD is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB152175205-
CMYK0.260.1500.20
HSL213.96º34.64%70%-
HSV(B)213.96º25.85%80.39%-
XYZ39.341.7463.74-
YUV171.54146.88114.06-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.57%
GREEN value IS 175 (68.75% from 255) = 32.89%
BLUE value IS 205 (80.47% from 255) = 38.53%
R=28.57%
G=32.89%
B=38.53%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1521752050.260.1500.20213.9634.6470
Hex98AFCD1AF014d62346
Octal230257315321702432643106
Binary100110001010111111001101110101111010100110101101000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98AFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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