#97B4D9

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

Shades of Polo Blue #97B4D9

Tints of Polo Blue #97B4D9

Color information

#97B4D9 (or 0x97B4D9) is unknown color: approx Polo Blue. HEX triplet: 97, B4 and D9. RGB value is (151,180,217). Sum of RGB (Red+Green+Blue) = 151+180+217=548 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.55% from 548); Green value is 180 (70.70% from 255 or 32.85% from 548); Blue value is 217 (85.16% from 255 or 39.60% from 548); Max value from RGB is 217 - color contains mainly: blue. Hex color #97B4D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97B4D9 is #684B26. Grayscale: #AFAFAF. Windows color (decimal): -6834983 or 14267543. OLE color: 14267543.

HSL color Cylindrical-coordinate representation of color #97B4D9: hue angle of 213.64º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #97B4D9 is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB151180217-
CMYK0.300.1700.15
HSL213.64º46.48%72.16%-
HSV(B)213.64º30.41%85.1%-
XYZ41.6144.2371.99-
YUV175.55151.39110.49-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 27.55%
GREEN value IS 180 (70.70% from 255) = 32.85%
BLUE value IS 217 (85.16% from 255) = 39.60%
R=27.55%
G=32.85%
B=39.60%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1511802170.300.1700.15213.6446.4872.16
Hex97B4D91E110Fd62e48
Octal227264331362101732656110
Binary100101111011010011011001111101000101111110101101011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97B4D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,180,217); }

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

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

 a { background-color: rgb(151,180,217); }

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

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

 span { border-color: rgb(151,180,217); }

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