Html Css Color HEX #98AFC7 Polo Blue

📋 copy color: '#98AFC7'

red 152 ◦ green 175 ◦ blue 199

#98AFC7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Polo Blue #98AFC7

Tints of Polo Blue #98AFC7

RGB

 RED value IS 152 (59.77% from 255) = 28.9%

 GREEN value IS 175 (68.75% from 255) = 33.27%

 BLUE value IS 199 (78.13% from 255) = 37.83%

R = 28.9%
G = 33.27%
B = 37.83%

CMYK

 C value IS 0.24

 M value IS 0.12

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#98AFC7 (or 0x98AFC7) is known color: Polo Blue. HEX triplet: 98, AF and C7. RGB value is (152,175,199). Sum of RGB (Red+Green+Blue) = 152+175+199=526 (69% of max value = 765). Red value is 152 (59.77% from 255 or 28.90% from 526); Green value is 175 (68.75% from 255 or 33.27% from 526); Blue value is 199 (78.12% from 255 or 37.83% from 526); Max value from RGB is 199 - color contains mainly: blue. Hex color #98AFC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98AFC7 is #675038. Grayscale: #AAAAAA. Windows color (decimal): -6770745 or 13086616. OLE color: 13086616.

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

Color convert

RGB 152 175 199 -
CMYK 0.24 0.12 0 0.22
HSL 210.64º 0.3% 0.69% -
HSV(B) 210.64º 0.24% 0.78% -
XYZ 38.59 41.46 60 -
YUV 170.86 143.88 114.55 -
System Red Green Blue C M Y K H S L
Decimal 152 175 199 0.24 0.12 0 0.22 210.64 0.3 0.69
Hex 98 AF C7 18 C 0 16 D3 1E 45
Octal 230 257 307 30 14 0 26 323 36 105
Binary 10011000 10101111 11000111 11000 1100 0 10110 11010011 11110 1000101

Color Harmonies of #98AFC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98AFC7

Black with #98AFC7

Text Example


Text Example

White with #98AFC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #98AFC7;
 }
 .AnyTagClassName
 {
   color: #98AFC7;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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