Html Css Color HEX #93ACE1 Polo Blue

📋 copy color: '#93ACE1'

red 147 ◦ green 172 ◦ blue 225

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

Shades of Polo Blue #93ACE1

Tints of Polo Blue #93ACE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 41.36%

R = 27.02%
G = 31.62%
B = 41.36%

CMYK

 C value IS 0.35

 M value IS 0.24

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#93ACE1 (or 0x93ACE1) is known color: Polo Blue. HEX triplet: 93, AC and E1. RGB value is (147,172,225). Sum of RGB (Red+Green+Blue) = 147+172+225=544 (72% of max value = 765). Red value is 147 (57.81% from 255 or 27.02% from 544); Green value is 172 (67.58% from 255 or 31.62% from 544); Blue value is 225 (88.28% from 255 or 41.36% from 544); Max value from RGB is 225 - color contains mainly: blue. Hex color #93ACE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93ACE1 is #6C531E. Grayscale: #AAAAAA. Windows color (decimal): -7099167 or 14789779. OLE color: 14789779.

HSL color Cylindrical-coordinate representation of color #93ACE1: hue angle of 220.77º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #93ACE1 is Cyan = 0.35, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 147 172 225 -
CMYK 0.35 0.24 0 0.12
HSL 220.77º 0.57% 0.73% -
HSV(B) 220.77º 0.35% 0.88% -
XYZ 40.38 41.14 77.05 -
YUV 170.57 158.72 111.19 -
System Red Green Blue C M Y K H S L
Decimal 147 172 225 0.35 0.24 0 0.12 220.77 0.57 0.73
Hex 93 AC E1 23 18 0 C DD 39 49
Octal 223 254 341 43 30 0 14 335 71 111
Binary 10010011 10101100 11100001 100011 11000 0 1100 11011101 111001 1001001

Color Harmonies of #93ACE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93ACE1

Black with #93ACE1

Text Example


Text Example

White with #93ACE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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