#97ADC7

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

Shades of Polo Blue #97ADC7

Tints of Polo Blue #97ADC7

Color information

#97ADC7 (or 0x97ADC7) is unknown color: approx Polo Blue. HEX triplet: 97, AD and C7. RGB value is (151,173,199). Sum of RGB (Red+Green+Blue) = 151+173+199=523 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.87% from 523); Green value is 173 (67.97% from 255 or 33.08% from 523); Blue value is 199 (78.12% from 255 or 38.05% from 523); Max value from RGB is 199 - color contains mainly: blue. Hex color #97ADC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #97ADC7 is #685238. Grayscale: #A9A9A9. Windows color (decimal): -6836793 or 13086103. OLE color: 13086103.

HSL color Cylindrical-coordinate representation of color #97ADC7: hue angle of 212.5º degrees, saturation: 0.3, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #97ADC7 is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB151173199-
CMYK0.240.1300.22
HSL212.5º30%68.63%-
HSV(B)212.5º24.12%78.04%-
XYZ38.0140.5959.86-
YUV169.39144.71114.89-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 28.87%
GREEN value IS 173 (67.97% from 255) = 33.08%
BLUE value IS 199 (78.12% from 255) = 38.05%
R=28.87%
G=33.08%
B=38.05%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1511731990.240.1300.22212.53068.63
Hex97ADC718D016d41e45
Octal227255307301502632436105
Binary10010111101011011100011111000110101011011010100111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97ADC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,173,199); }

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

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

 a { background-color: rgb(151,173,199); }

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

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

 span { border-color: rgb(151,173,199); }

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