Html Css Color HEX #98B9D4 Polo Blue

📋 copy color: '#98B9D4'

red 152 ◦ green 185 ◦ blue 212

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

Shades of Polo Blue #98B9D4

Tints of Polo Blue #98B9D4

RGB

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

 GREEN value IS 185 (72.66% from 255) = 33.7%

 BLUE value IS 212 (83.2% from 255) = 38.62%

R = 27.69%
G = 33.7%
B = 38.62%

CMYK

 C value IS 0.28

 M value IS 0.13

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#98B9D4 (or 0x98B9D4) is known color: Polo Blue. HEX triplet: 98, B9 and D4. RGB value is (152,185,212). Sum of RGB (Red+Green+Blue) = 152+185+212=549 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.69% from 549); Green value is 185 (72.66% from 255 or 33.70% from 549); Blue value is 212 (83.20% from 255 or 38.62% from 549); Max value from RGB is 212 - color contains mainly: blue. Hex color #98B9D4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98B9D4 is #67462B. Grayscale: #B2B2B2. Windows color (decimal): -6768172 or 13941144. OLE color: 13941144.

HSL color Cylindrical-coordinate representation of color #98B9D4: hue angle of 207º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #98B9D4 is Cyan = 0.28, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 152 185 212 -
CMYK 0.28 0.13 0 0.17
HSL 207º 0.41% 0.71% -
HSV(B) 207º 0.28% 0.83% -
XYZ 42.18 46.13 68.97 -
YUV 178.21 147.07 109.3 -
System Red Green Blue C M Y K H S L
Decimal 152 185 212 0.28 0.13 0 0.17 207 0.41 0.71
Hex 98 B9 D4 1C D 0 11 CF 29 47
Octal 230 271 324 34 15 0 21 317 51 107
Binary 10011000 10111001 11010100 11100 1101 0 10001 11001111 101001 1000111

Color Harmonies of #98B9D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98B9D4

Black with #98B9D4

Text Example


Text Example

White with #98B9D4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,185,212); }

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

background-color css

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

 a { background-color: rgb(152,185,212); }

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

border-color css

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

 span { border-color: rgb(152,185,212); }

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