Html Css Color HEX #97ABCB Polo Blue

📋 copy color: '#97ABCB'

red 151 ◦ green 171 ◦ blue 203

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

Shades of Polo Blue #97ABCB

Tints of Polo Blue #97ABCB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 32.57%

 BLUE value IS 203 (79.69% from 255) = 38.67%

R = 28.76%
G = 32.57%
B = 38.67%

CMYK

 C value IS 0.26

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#97ABCB (or 0x97ABCB) is known color: Polo Blue. HEX triplet: 97, AB and CB. RGB value is (151,171,203). Sum of RGB (Red+Green+Blue) = 151+171+203=525 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.76% from 525); Green value is 171 (67.19% from 255 or 32.57% from 525); Blue value is 203 (79.69% from 255 or 38.67% from 525); Max value from RGB is 203 - color contains mainly: blue. Hex color #97ABCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #97ABCB is #685434. Grayscale: #A8A8A8. Windows color (decimal): -6837301 or 13347735. OLE color: 13347735.

HSL color Cylindrical-coordinate representation of color #97ABCB: hue angle of 216.92º 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 #97ABCB is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 151 171 203 -
CMYK 0.26 0.16 0 0.20
HSL 216.92º 0.33% 0.69% -
HSV(B) 216.92º 0.26% 0.8% -
XYZ 38.1 40.02 62.22 -
YUV 168.67 147.37 115.4 -
System Red Green Blue C M Y K H S L
Decimal 151 171 203 0.26 0.16 0 0.20 216.92 0.33 0.69
Hex 97 AB CB 1A 10 0 14 D9 21 45
Octal 227 253 313 32 20 0 24 331 41 105
Binary 10010111 10101011 11001011 11010 10000 0 10100 11011001 100001 1000101

Color Harmonies of #97ABCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97ABCB

Black with #97ABCB

Text Example


Text Example

White with #97ABCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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