Html Css Color HEX #97ACC6 Polo Blue

📋 copy color: '#97ACC6'

red 151 ◦ green 172 ◦ blue 198

#97ACC6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Polo Blue #97ACC6

Tints of Polo Blue #97ACC6

RGB

 RED value IS 151 (59.38% from 255) = 28.98%

 GREEN value IS 172 (67.58% from 255) = 33.01%

 BLUE value IS 198 (77.73% from 255) = 38%

R = 28.98%
G = 33.01%
B = 38%

CMYK

 C value IS 0.24

 M value IS 0.13

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#97ACC6 (or 0x97ACC6) is known color: Polo Blue. HEX triplet: 97, AC and C6. RGB value is (151,172,198). Sum of RGB (Red+Green+Blue) = 151+172+198=521 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.98% from 521); Green value is 172 (67.58% from 255 or 33.01% from 521); Blue value is 198 (77.73% from 255 or 38.00% from 521); Max value from RGB is 198 - color contains mainly: blue. Hex color #97ACC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #97ACC6 is #685339. Grayscale: #A8A8A8. Windows color (decimal): -6837050 or 13020311. OLE color: 13020311.

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

Color convert

RGB 151 172 198 -
CMYK 0.24 0.13 0 0.22
HSL 213.19º 0.29% 0.68% -
HSV(B) 213.19º 0.24% 0.78% -
XYZ 37.71 40.16 59.19 -
YUV 168.69 144.54 115.39 -
System Red Green Blue C M Y K H S L
Decimal 151 172 198 0.24 0.13 0 0.22 213.19 0.29 0.68
Hex 97 AC C6 18 D 0 16 D5 1D 44
Octal 227 254 306 30 15 0 26 325 35 104
Binary 10010111 10101100 11000110 11000 1101 0 10110 11010101 11101 1000100

Color Harmonies of #97ACC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97ACC6

Black with #97ACC6

Text Example


Text Example

White with #97ACC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,172,198); }

 H1.HeaderClassName
 {
   color: #97ACC6;
 }
 .AnyTagClassName
 {
   color: #97ACC6;
 }
</style>

background-color css

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

 a { background-color: rgb(151,172,198); }

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

border-color css

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

 span { border-color: rgb(151,172,198); }

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