#97B4DB

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

Shades of Polo Blue #97B4DB

Tints of Polo Blue #97B4DB

Color information

#97B4DB (or 0x97B4DB) is unknown color: approx Polo Blue. HEX triplet: 97, B4 and DB. RGB value is (151,180,219). Sum of RGB (Red+Green+Blue) = 151+180+219=550 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.45% from 550); Green value is 180 (70.70% from 255 or 32.73% from 550); Blue value is 219 (85.94% from 255 or 39.82% from 550); Max value from RGB is 219 - color contains mainly: blue. Hex color #97B4DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97B4DB is #684B24. Grayscale: #AFAFAF. Windows color (decimal): -6834981 or 14398615. OLE color: 14398615.

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

Color convert

RGB151180219-
CMYK0.310.1800.14
HSL214.41º48.57%72.55%-
HSV(B)214.41º31.05%85.88%-
XYZ41.8744.3473.37-
YUV175.78152.39110.33-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 27.45%
GREEN value IS 180 (70.70% from 255) = 32.73%
BLUE value IS 219 (85.94% from 255) = 39.82%
R=27.45%
G=32.73%
B=39.82%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1511802190.310.1800.14214.4148.5772.55
Hex97B4DB1F120Ed63149
Octal227264333372201632661111
Binary100101111011010011011011111111001001110110101101100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97B4DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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