Html Css Color HEX #98AFCD Polo Blue

📋 copy color: '#98AFCD'

red 152 ◦ green 175 ◦ blue 205

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

Shades of Polo Blue #98AFCD

Tints of Polo Blue #98AFCD

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 value IS 0.26

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#98AFCD (or 0x98AFCD) is known color: 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

RGB 152 175 205 -
CMYK 0.26 0.15 0 0.20
HSL 213.96º 0.35% 0.7% -
HSV(B) 213.96º 0.26% 0.8% -
XYZ 39.3 41.74 63.74 -
YUV 171.54 146.88 114.06 -
System Red Green Blue C M Y K H S L
Decimal 152 175 205 0.26 0.15 0 0.20 213.96 0.35 0.7
Hex 98 AF CD 1A F 0 14 D6 23 46
Octal 230 257 315 32 17 0 24 326 43 106
Binary 10011000 10101111 11001101 11010 1111 0 10100 11010110 100011 1000110

Color Harmonies of #98AFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98AFCD

Black with #98AFCD

Text Example


Text Example

White with #98AFCD

Text Example


Text Example

HTML Codes & Css Web 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>