Html Css Color HEX #98B4D1 Polo Blue

📋 copy color: '#98B4D1'

red 152 ◦ green 180 ◦ blue 209

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

Shades of Polo Blue #98B4D1

Tints of Polo Blue #98B4D1

RGB

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

 GREEN value IS 180 (70.7% from 255) = 33.27%

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

R = 28.1%
G = 33.27%
B = 38.63%

CMYK

 C value IS 0.27

 M value IS 0.14

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#98B4D1 (or 0x98B4D1) is known color: Polo Blue. HEX triplet: 98, B4 and D1. RGB value is (152,180,209). Sum of RGB (Red+Green+Blue) = 152+180+209=541 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.10% from 541); Green value is 180 (70.70% from 255 or 33.27% from 541); Blue value is 209 (82.03% from 255 or 38.63% from 541); Max value from RGB is 209 - color contains mainly: blue. Hex color #98B4D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98B4D1 is #674B2E. Grayscale: #AEAEAE. Windows color (decimal): -6769455 or 13743256. OLE color: 13743256.

HSL color Cylindrical-coordinate representation of color #98B4D1: hue angle of 210.53º 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 #98B4D1 is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 152 180 209 -
CMYK 0.27 0.14 0 0.18
HSL 210.53º 0.38% 0.71% -
HSV(B) 210.53º 0.27% 0.82% -
XYZ 40.78 43.92 66.65 -
YUV 174.93 147.22 111.64 -
System Red Green Blue C M Y K H S L
Decimal 152 180 209 0.27 0.14 0 0.18 210.53 0.38 0.71
Hex 98 B4 D1 1B E 0 12 D3 26 47
Octal 230 264 321 33 16 0 22 323 46 107
Binary 10011000 10110100 11010001 11011 1110 0 10010 11010011 100110 1000111

Color Harmonies of #98B4D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98B4D1

Black with #98B4D1

Text Example


Text Example

White with #98B4D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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