Html Css Color HEX #98B8DB Polo Blue

📋 copy color: '#98B8DB'

red 152 ◦ green 184 ◦ blue 219

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

Shades of Polo Blue #98B8DB

Tints of Polo Blue #98B8DB

RGB

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

 GREEN value IS 184 (72.27% from 255) = 33.15%

 BLUE value IS 219 (85.94% from 255) = 39.46%

R = 27.39%
G = 33.15%
B = 39.46%

CMYK

 C value IS 0.31

 M value IS 0.16

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#98B8DB (or 0x98B8DB) is known color: Polo Blue. HEX triplet: 98, B8 and DB. RGB value is (152,184,219). Sum of RGB (Red+Green+Blue) = 152+184+219=555 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.39% from 555); Green value is 184 (72.27% from 255 or 33.15% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 219 - color contains mainly: blue. Hex color #98B8DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98B8DB is #674724. Grayscale: #B2B2B2. Windows color (decimal): -6768421 or 14399640. OLE color: 14399640.

HSL color Cylindrical-coordinate representation of color #98B8DB: hue angle of 211.34º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #98B8DB is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 152 184 219 -
CMYK 0.31 0.16 0 0.14
HSL 211.34º 0.48% 0.73% -
HSV(B) 211.34º 0.31% 0.86% -
XYZ 42.88 46.07 73.65 -
YUV 178.42 150.9 109.15 -
System Red Green Blue C M Y K H S L
Decimal 152 184 219 0.31 0.16 0 0.14 211.34 0.48 0.73
Hex 98 B8 DB 1F 10 0 E D3 30 49
Octal 230 270 333 37 20 0 16 323 60 111
Binary 10011000 10111000 11011011 11111 10000 0 1110 11010011 110000 1001001

Color Harmonies of #98B8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98B8DB

Black with #98B8DB

Text Example


Text Example

White with #98B8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,184,219); }

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

background-color css

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

 a { background-color: rgb(152,184,219); }

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

border-color css

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

 span { border-color: rgb(152,184,219); }

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