Html Css Color HEX #98B0D1 Polo Blue

📋 copy color: '#98B0D1'

red 152 ◦ green 176 ◦ blue 209

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

Shades of Polo Blue #98B0D1

Tints of Polo Blue #98B0D1

RGB

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

 GREEN value IS 176 (69.14% from 255) = 32.77%

 BLUE value IS 209 (82.03% from 255) = 38.92%

R = 28.31%
G = 32.77%
B = 38.92%

CMYK

 C value IS 0.27

 M value IS 0.16

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#98B0D1 (or 0x98B0D1) is known color: Polo Blue. HEX triplet: 98, B0 and D1. RGB value is (152,176,209). Sum of RGB (Red+Green+Blue) = 152+176+209=537 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.31% from 537); Green value is 176 (69.14% from 255 or 32.77% from 537); Blue value is 209 (82.03% from 255 or 38.92% from 537); Max value from RGB is 209 - color contains mainly: blue. Hex color #98B0D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98B0D1 is #674F2E. Grayscale: #ACACAC. Windows color (decimal): -6770479 or 13742232. OLE color: 13742232.

HSL color Cylindrical-coordinate representation of color #98B0D1: hue angle of 214.74º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #98B0D1 is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 152 176 209 -
CMYK 0.27 0.16 0 0.18
HSL 214.74º 0.38% 0.71% -
HSV(B) 214.74º 0.27% 0.82% -
XYZ 39.98 42.33 66.38 -
YUV 172.59 148.55 113.32 -
System Red Green Blue C M Y K H S L
Decimal 152 176 209 0.27 0.16 0 0.18 214.74 0.38 0.71
Hex 98 B0 D1 1B 10 0 12 D7 26 47
Octal 230 260 321 33 20 0 22 327 46 107
Binary 10011000 10110000 11010001 11011 10000 0 10010 11010111 100110 1000111

Color Harmonies of #98B0D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98B0D1

Black with #98B0D1

Text Example


Text Example

White with #98B0D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,176,209); }

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

background-color css

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

 a { background-color: rgb(152,176,209); }

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

border-color css

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

 span { border-color: rgb(152,176,209); }

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