#97AECB

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

Shades of Polo Blue #97AECB

Tints of Polo Blue #97AECB

Color information

#97AECB (or 0x97AECB) is unknown color: approx Polo Blue. HEX triplet: 97, AE and CB. RGB value is (151,174,203). Sum of RGB (Red+Green+Blue) = 151+174+203=528 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.60% from 528); Green value is 174 (68.36% from 255 or 32.95% from 528); Blue value is 203 (79.69% from 255 or 38.45% from 528); Max value from RGB is 203 - color contains mainly: blue. Hex color #97AECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #97AECB is #685134. Grayscale: #AAAAAA. Windows color (decimal): -6836533 or 13348503. OLE color: 13348503.

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

Color convert

RGB151174203-
CMYK0.260.1400.20
HSL213.46º33.33%69.41%-
HSV(B)213.46º25.62%79.61%-
XYZ38.6841.1662.41-
YUV170.43146.38114.14-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 28.60%
GREEN value IS 174 (68.36% from 255) = 32.95%
BLUE value IS 203 (79.69% from 255) = 38.45%
R=28.60%
G=32.95%
B=38.45%

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
Decimal1511742030.260.1400.20213.4633.3369.41
Hex97AECB1AE014d52145
Octal227256313321602432541105
Binary100101111010111011001011110101110010100110101011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97AECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,174,203); }

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

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

 a { background-color: rgb(151,174,203); }

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

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

 span { border-color: rgb(151,174,203); }

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