Html Css Color HEX #98B8D5 Polo Blue

📋 copy color: '#98B8D5'

red 152 ◦ green 184 ◦ blue 213

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

Shades of Polo Blue #98B8D5

Tints of Polo Blue #98B8D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 38.8%

R = 27.69%
G = 33.52%
B = 38.8%

CMYK

 C value IS 0.29

 M value IS 0.14

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#98B8D5 (or 0x98B8D5) is known color: Polo Blue. HEX triplet: 98, B8 and D5. RGB value is (152,184,213). Sum of RGB (Red+Green+Blue) = 152+184+213=549 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.69% from 549); Green value is 184 (72.27% from 255 or 33.52% from 549); Blue value is 213 (83.59% from 255 or 38.80% from 549); Max value from RGB is 213 - color contains mainly: blue. Hex color #98B8D5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98B8D5 is #67472A. Grayscale: #B1B1B1. Windows color (decimal): -6768427 or 14006424. OLE color: 14006424.

HSL color Cylindrical-coordinate representation of color #98B8D5: hue angle of 208.52º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #98B8D5 is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 152 184 213 -
CMYK 0.29 0.14 0 0.16
HSL 208.52º 0.42% 0.72% -
HSV(B) 208.52º 0.29% 0.84% -
XYZ 42.1 45.76 69.56 -
YUV 177.74 147.9 109.64 -
System Red Green Blue C M Y K H S L
Decimal 152 184 213 0.29 0.14 0 0.16 208.52 0.42 0.72
Hex 98 B8 D5 1D E 0 10 D1 2A 48
Octal 230 270 325 35 16 0 20 321 52 110
Binary 10011000 10111000 11010101 11101 1110 0 10000 11010001 101010 1001000

Color Harmonies of #98B8D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98B8D5

Black with #98B8D5

Text Example


Text Example

White with #98B8D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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