#97B8DB

Color #97B8DB Polo Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Polo Blue #97B8DB

Tints of Polo Blue #97B8DB

Color information

#97B8DB (or 0x97B8DB) is unknown color: approx Polo Blue. HEX triplet: 97, B8 and DB. RGB value is (151,184,219). Sum of RGB (Red+Green+Blue) = 151+184+219=554 (73% of max value = 765). Red value is 151 (59.38% from 255 or 27.26% from 554); Green value is 184 (72.27% from 255 or 33.21% from 554); Blue value is 219 (85.94% from 255 or 39.53% from 554); Max value from RGB is 219 - color contains mainly: blue. Hex color #97B8DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97B8DB is #684724. Grayscale: #B1B1B1. Windows color (decimal): -6833957 or 14399639. OLE color: 14399639.

HSL color Cylindrical-coordinate representation of color #97B8DB: hue angle of 210.88º degrees, saturation: 0.49, 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 #97B8DB is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB151184219-
CMYK0.310.1600.14
HSL210.88º48.57%72.55%-
HSV(B)210.88º31.05%85.88%-
XYZ42.6945.9773.64-
YUV178.12151.07108.65-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 27.26%
GREEN value IS 184 (72.27% from 255) = 33.21%
BLUE value IS 219 (85.94% from 255) = 39.53%
R=27.26%
G=33.21%
B=39.53%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1511842190.310.1600.14210.8848.5772.55
Hex97B8DB1F100Ed33149
Octal227270333372001632361111
Binary100101111011100011011011111111000001110110100111100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97B8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #97B8DB;
 }
 .AnyTagClassName
 {
   color: #97B8DB;
 }
</style>
background-color css

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

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

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

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

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

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