#97B1CD

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

Shades of Polo Blue #97B1CD

Tints of Polo Blue #97B1CD

Color information

#97B1CD (or 0x97B1CD) is unknown color: approx Polo Blue. HEX triplet: 97, B1 and CD. RGB value is (151,177,205). Sum of RGB (Red+Green+Blue) = 151+177+205=533 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.33% from 533); Green value is 177 (69.53% from 255 or 33.21% from 533); Blue value is 205 (80.47% from 255 or 38.46% from 533); Max value from RGB is 205 - color contains mainly: blue. Hex color #97B1CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #97B1CD is #684E32. Grayscale: #ACACAC. Windows color (decimal): -6835763 or 13480343. OLE color: 13480343.

HSL color Cylindrical-coordinate representation of color #97B1CD: hue angle of 211.11º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #97B1CD is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB151177205-
CMYK0.260.1400.20
HSL211.11º35.06%69.8%-
HSV(B)211.11º26.34%80.39%-
XYZ39.542.4363.87-
YUV172.42146.39112.72-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 28.33%
GREEN value IS 177 (69.53% from 255) = 33.21%
BLUE value IS 205 (80.47% from 255) = 38.46%
R=28.33%
G=33.21%
B=38.46%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1511772050.260.1400.20211.1135.0669.8
Hex97B1CD1AE014d32346
Octal227261315321602432343106
Binary100101111011000111001101110101110010100110100111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97B1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,177,205); }

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

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

 a { background-color: rgb(151,177,205); }

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

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

 span { border-color: rgb(151,177,205); }

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