Html Css Color HEX #97ADC6 Polo Blue

📋 copy color: '#97ADC6'

red 151 ◦ green 173 ◦ blue 198

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

Shades of Polo Blue #97ADC6

Tints of Polo Blue #97ADC6

RGB

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

 GREEN value IS 173 (67.97% from 255) = 33.14%

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

R = 28.93%
G = 33.14%
B = 37.93%

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

#97ADC6 (or 0x97ADC6) is known color: Polo Blue. HEX triplet: 97, AD and C6. RGB value is (151,173,198). Sum of RGB (Red+Green+Blue) = 151+173+198=522 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.93% from 522); Green value is 173 (67.97% from 255 or 33.14% from 522); Blue value is 198 (77.73% from 255 or 37.93% from 522); Max value from RGB is 198 - color contains mainly: blue. Hex color #97ADC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #97ADC6 is #685239. Grayscale: #A9A9A9. Windows color (decimal): -6836794 or 13020567. OLE color: 13020567.

HSL color Cylindrical-coordinate representation of color #97ADC6: hue angle of 211.91º 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 #97ADC6 is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 151 173 198 -
CMYK 0.24 0.13 0 0.22
HSL 211.91º 0.29% 0.68% -
HSV(B) 211.91º 0.24% 0.78% -
XYZ 37.9 40.54 59.25 -
YUV 169.27 144.21 114.97 -
System Red Green Blue C M Y K H S L
Decimal 151 173 198 0.24 0.13 0 0.22 211.91 0.29 0.68
Hex 97 AD C6 18 D 0 16 D4 1D 44
Octal 227 255 306 30 15 0 26 324 35 104
Binary 10010111 10101101 11000110 11000 1101 0 10110 11010100 11101 1000100

Color Harmonies of #97ADC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97ADC6

Black with #97ADC6

Text Example


Text Example

White with #97ADC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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