#97B9D0

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

Shades of Polo Blue #97B9D0

Tints of Polo Blue #97B9D0

Color information

#97B9D0 (or 0x97B9D0) is unknown color: approx Polo Blue. HEX triplet: 97, B9 and D0. RGB value is (151,185,208). Sum of RGB (Red+Green+Blue) = 151+185+208=544 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.76% from 544); Green value is 185 (72.66% from 255 or 34.01% from 544); Blue value is 208 (81.64% from 255 or 38.24% from 544); Max value from RGB is 208 - color contains mainly: blue. Hex color #97B9D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97B9D0 is #68462F. Grayscale: #B1B1B1. Windows color (decimal): -6833712 or 13678999. OLE color: 13678999.

HSL color Cylindrical-coordinate representation of color #97B9D0: hue angle of 204.21º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #97B9D0 is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB151185208-
CMYK0.270.1100.18
HSL204.21º37.75%70.39%-
HSV(B)204.21º27.4%81.57%-
XYZ41.545.8366.33-
YUV177.46145.24109.13-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 27.76%
GREEN value IS 185 (72.66% from 255) = 34.01%
BLUE value IS 208 (81.64% from 255) = 38.24%
R=27.76%
G=34.01%
B=38.24%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1511852080.270.1100.18204.2137.7570.39
Hex97B9D01BB012cc2646
Octal227271320331302231446106
Binary100101111011100111010000110111011010010110011001001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97B9D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,185,208); }

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

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

 a { background-color: rgb(151,185,208); }

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

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

 span { border-color: rgb(151,185,208); }

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