#97B3D0

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

Shades of Polo Blue #97B3D0

Tints of Polo Blue #97B3D0

Color information

#97B3D0 (or 0x97B3D0) is unknown color: approx Polo Blue. HEX triplet: 97, B3 and D0. RGB value is (151,179,208). Sum of RGB (Red+Green+Blue) = 151+179+208=538 (71% of max value = 765). Red value is 151 (59.38% from 255 or 28.07% from 538); Green value is 179 (70.31% from 255 or 33.27% from 538); Blue value is 208 (81.64% from 255 or 38.66% from 538); Max value from RGB is 208 - color contains mainly: blue. Hex color #97B3D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97B3D0 is #684C2F. Grayscale: #ADADAD. Windows color (decimal): -6835248 or 13677463. OLE color: 13677463.

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

Color convert

RGB151179208-
CMYK0.270.1400.18
HSL210.53º37.75%70.39%-
HSV(B)210.53º27.4%81.57%-
XYZ40.2743.3765.92-
YUV173.93147.22111.64-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 28.07%
GREEN value IS 179 (70.31% from 255) = 33.27%
BLUE value IS 208 (81.64% from 255) = 38.66%
R=28.07%
G=33.27%
B=38.66%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1511792080.270.1400.18210.5337.7570.39
Hex97B3D01BE012d32646
Octal227263320331602232346106
Binary100101111011001111010000110111110010010110100111001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97B3D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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