Html Css Color HEX #93ACC9 Polo Blue

📋 copy color: '#93ACC9'

red 147 ◦ green 172 ◦ blue 201

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

Shades of Polo Blue #93ACC9

Tints of Polo Blue #93ACC9

RGB

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

 GREEN value IS 172 (67.58% from 255) = 33.08%

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

R = 28.27%
G = 33.08%
B = 38.65%

CMYK

 C value IS 0.27

 M value IS 0.14

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#93ACC9 (or 0x93ACC9) is known color: Polo Blue. HEX triplet: 93, AC and C9. RGB value is (147,172,201). Sum of RGB (Red+Green+Blue) = 147+172+201=520 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.27% from 520); Green value is 172 (67.58% from 255 or 33.08% from 520); Blue value is 201 (78.91% from 255 or 38.65% from 520); Max value from RGB is 201 - color contains mainly: blue. Hex color #93ACC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93ACC9 is #6C5336. Grayscale: #A7A7A7. Windows color (decimal): -7099191 or 13216915. OLE color: 13216915.

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

Color convert

RGB 147 172 201 -
CMYK 0.27 0.14 0 0.21
HSL 212.22º 0.33% 0.68% -
HSV(B) 212.22º 0.27% 0.79% -
XYZ 37.33 39.93 61 -
YUV 167.83 146.72 113.14 -
System Red Green Blue C M Y K H S L
Decimal 147 172 201 0.27 0.14 0 0.21 212.22 0.33 0.68
Hex 93 AC C9 1B E 0 15 D4 21 44
Octal 223 254 311 33 16 0 25 324 41 104
Binary 10010011 10101100 11001001 11011 1110 0 10101 11010100 100001 1000100

Color Harmonies of #93ACC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93ACC9

Black with #93ACC9

Text Example


Text Example

White with #93ACC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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