#97B9DA

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

Shades of Polo Blue #97B9DA

Tints of Polo Blue #97B9DA

Color information

#97B9DA (or 0x97B9DA) is unknown color: approx Polo Blue. HEX triplet: 97, B9 and DA. RGB value is (151,185,218). Sum of RGB (Red+Green+Blue) = 151+185+218=554 (73% of max value = 765). Red value is 151 (59.38% from 255 or 27.26% from 554); Green value is 185 (72.66% from 255 or 33.39% from 554); Blue value is 218 (85.55% from 255 or 39.35% from 554); Max value from RGB is 218 - color contains mainly: blue. Hex color #97B9DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97B9DA is #684625. Grayscale: #B2B2B2. Windows color (decimal): -6833702 or 14334359. OLE color: 14334359.

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

Color convert

RGB151185218-
CMYK0.310.1500.15
HSL209.55º47.52%72.35%-
HSV(B)209.55º30.73%85.49%-
XYZ42.7746.3473.02-
YUV178.6150.24108.32-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 27.26%
GREEN value IS 185 (72.66% from 255) = 33.39%
BLUE value IS 218 (85.55% from 255) = 39.35%
R=27.26%
G=33.39%
B=39.35%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1511852180.310.1500.15209.5547.5272.35
Hex97B9DA1FF0Fd23048
Octal227271332371701732260110
Binary10010111101110011101101011111111101111110100101100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97B9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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