Html Css Color HEX #93A6C9 Polo Blue

📋 copy color: '#93A6C9'

red 147 ◦ green 166 ◦ blue 201

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

Shades of Polo Blue #93A6C9

Tints of Polo Blue #93A6C9

RGB

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

 GREEN value IS 166 (65.23% from 255) = 32.3%

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

R = 28.6%
G = 32.3%
B = 39.11%

CMYK

 C value IS 0.27

 M value IS 0.17

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#93A6C9 (or 0x93A6C9) is known color: Polo Blue. HEX triplet: 93, A6 and C9. RGB value is (147,166,201). Sum of RGB (Red+Green+Blue) = 147+166+201=514 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.60% from 514); Green value is 166 (65.23% from 255 or 32.30% from 514); Blue value is 201 (78.91% from 255 or 39.11% from 514); Max value from RGB is 201 - color contains mainly: blue. Hex color #93A6C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93A6C9 is #6C5936. Grayscale: #A4A4A4. Windows color (decimal): -7100727 or 13215379. OLE color: 13215379.

HSL color Cylindrical-coordinate representation of color #93A6C9: hue angle of 218.89º 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 #93A6C9 is Cyan = 0.27, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 147 166 201 -
CMYK 0.27 0.17 0 0.21
HSL 218.89º 0.33% 0.68% -
HSV(B) 218.89º 0.27% 0.79% -
XYZ 36.21 37.69 60.63 -
YUV 164.31 148.71 115.65 -
System Red Green Blue C M Y K H S L
Decimal 147 166 201 0.27 0.17 0 0.21 218.89 0.33 0.68
Hex 93 A6 C9 1B 11 0 15 DB 21 44
Octal 223 246 311 33 21 0 25 333 41 104
Binary 10010011 10100110 11001001 11011 10001 0 10101 11011011 100001 1000100

Color Harmonies of #93A6C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93A6C9

Black with #93A6C9

Text Example


Text Example

White with #93A6C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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