#97B6DB

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

Shades of Polo Blue #97B6DB

Tints of Polo Blue #97B6DB

Color information

#97B6DB (or 0x97B6DB) is unknown color: approx Polo Blue. HEX triplet: 97, B6 and DB. RGB value is (151,182,219). Sum of RGB (Red+Green+Blue) = 151+182+219=552 (73% of max value = 765). Red value is 151 (59.38% from 255 or 27.36% from 552); Green value is 182 (71.48% from 255 or 32.97% from 552); Blue value is 219 (85.94% from 255 or 39.67% from 552); Max value from RGB is 219 - color contains mainly: blue. Hex color #97B6DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97B6DB is #684924. Grayscale: #B0B0B0. Windows color (decimal): -6834469 or 14399127. OLE color: 14399127.

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

Color convert

RGB151182219-
CMYK0.310.1700.14
HSL212.65º48.57%72.55%-
HSV(B)212.65º31.05%85.88%-
XYZ42.2845.1573.5-
YUV176.95151.73109.49-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 27.36%
GREEN value IS 182 (71.48% from 255) = 32.97%
BLUE value IS 219 (85.94% from 255) = 39.67%
R=27.36%
G=32.97%
B=39.67%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1511822190.310.1700.14212.6548.5772.55
Hex97B6DB1F110Ed53149
Octal227266333372101632561111
Binary100101111011011011011011111111000101110110101011100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97B6DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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