#97AFD0

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

Shades of Polo Blue #97AFD0

Tints of Polo Blue #97AFD0

Color information

#97AFD0 (or 0x97AFD0) is unknown color: approx Polo Blue. HEX triplet: 97, AF and D0. RGB value is (151,175,208). Sum of RGB (Red+Green+Blue) = 151+175+208=534 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.28% from 534); Green value is 175 (68.75% from 255 or 32.77% from 534); Blue value is 208 (81.64% from 255 or 38.95% from 534); Max value from RGB is 208 - color contains mainly: blue. Hex color #97AFD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #97AFD0 is #68502F. Grayscale: #ABABAB. Windows color (decimal): -6836272 or 13676439. OLE color: 13676439.

HSL color Cylindrical-coordinate representation of color #97AFD0: hue angle of 214.74º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #97AFD0 is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB151175208-
CMYK0.270.1600.18
HSL214.74º37.75%70.39%-
HSV(B)214.74º27.4%81.57%-
XYZ39.4841.7965.66-
YUV171.59148.55113.32-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 28.28%
GREEN value IS 175 (68.75% from 255) = 32.77%
BLUE value IS 208 (81.64% from 255) = 38.95%
R=28.28%
G=32.77%
B=38.95%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1511752080.270.1600.18214.7437.7570.39
Hex97AFD01B10012d72646
Octal227257320332002232746106
Binary1001011110101111110100001101110000010010110101111001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97AFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,175,208); }

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

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

 a { background-color: rgb(151,175,208); }

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

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

 span { border-color: rgb(151,175,208); }

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