Html Css Color HEX #93ABC9 Polo Blue

📋 copy color: '#93ABC9'

red 147 ◦ green 171 ◦ blue 201

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

Shades of Polo Blue #93ABC9

Tints of Polo Blue #93ABC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 38.73%

R = 28.32%
G = 32.95%
B = 38.73%

CMYK

 C value IS 0.27

 M value IS 0.15

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#93ABC9 (or 0x93ABC9) is known color: Polo Blue. HEX triplet: 93, AB and C9. RGB value is (147,171,201). Sum of RGB (Red+Green+Blue) = 147+171+201=519 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.32% from 519); Green value is 171 (67.19% from 255 or 32.95% from 519); Blue value is 201 (78.91% from 255 or 38.73% from 519); Max value from RGB is 201 - color contains mainly: blue. Hex color #93ABC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93ABC9 is #6C5436. Grayscale: #A7A7A7. Windows color (decimal): -7099447 or 13216659. OLE color: 13216659.

HSL color Cylindrical-coordinate representation of color #93ABC9: hue angle of 213.33º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #93ABC9 is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 147 171 201 -
CMYK 0.27 0.15 0 0.21
HSL 213.33º 0.33% 0.68% -
HSV(B) 213.33º 0.27% 0.79% -
XYZ 37.14 39.55 60.93 -
YUV 167.24 147.05 113.56 -
System Red Green Blue C M Y K H S L
Decimal 147 171 201 0.27 0.15 0 0.21 213.33 0.33 0.68
Hex 93 AB C9 1B F 0 15 D5 21 44
Octal 223 253 311 33 17 0 25 325 41 104
Binary 10010011 10101011 11001001 11011 1111 0 10101 11010101 100001 1000100

Color Harmonies of #93ABC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93ABC9

Black with #93ABC9

Text Example


Text Example

White with #93ABC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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