Html Css Color HEX #93ABC5 Polo Blue

📋 copy color: '#93ABC5'

red 147 ◦ green 171 ◦ blue 197

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

Shades of Polo Blue #93ABC5

Tints of Polo Blue #93ABC5

RGB

 RED value IS 147 (57.81% from 255) = 28.54%

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

 BLUE value IS 197 (77.34% from 255) = 38.25%

R = 28.54%
G = 33.2%
B = 38.25%

CMYK

 C value IS 0.25

 M value IS 0.13

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#93ABC5 (or 0x93ABC5) is known color: Polo Blue. HEX triplet: 93, AB and C5. RGB value is (147,171,197). Sum of RGB (Red+Green+Blue) = 147+171+197=515 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.54% from 515); Green value is 171 (67.19% from 255 or 33.20% from 515); Blue value is 197 (77.34% from 255 or 38.25% from 515); Max value from RGB is 197 - color contains mainly: blue. Hex color #93ABC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93ABC5 is #6C543A. Grayscale: #A6A6A6. Windows color (decimal): -7099451 or 12954515. OLE color: 12954515.

HSL color Cylindrical-coordinate representation of color #93ABC5: hue angle of 211.2º degrees, saturation: 0.3, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #93ABC5 is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 147 171 197 -
CMYK 0.25 0.13 0 0.23
HSL 211.2º 0.3% 0.67% -
HSV(B) 211.2º 0.25% 0.77% -
XYZ 36.67 39.36 58.49 -
YUV 166.79 145.05 113.89 -
System Red Green Blue C M Y K H S L
Decimal 147 171 197 0.25 0.13 0 0.23 211.2 0.3 0.67
Hex 93 AB C5 19 D 0 17 D3 1E 43
Octal 223 253 305 31 15 0 27 323 36 103
Binary 10010011 10101011 11000101 11001 1101 0 10111 11010011 11110 1000011

Color Harmonies of #93ABC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93ABC5

Black with #93ABC5

Text Example


Text Example

White with #93ABC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93ABC5; }

 p { color: rgb(147,171,197); }

 H1.HeaderClassName
 {
   color: #93ABC5;
 }
 .AnyTagClassName
 {
   color: #93ABC5;
 }
</style>

background-color css

<style>
 a { background-color: #93ABC5; }

 a { background-color: rgb(147,171,197); }

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

border-color css

<style>
 span { border-color: #93ABC5; }

 span { border-color: rgb(147,171,197); }

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