Html Css Color HEX #91ACE0 Polo Blue

📋 copy color: '#91ACE0'

red 145 ◦ green 172 ◦ blue 224

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

Shades of Polo Blue #91ACE0

Tints of Polo Blue #91ACE0

RGB

 RED value IS 145 (57.03% from 255) = 26.8%

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

 BLUE value IS 224 (87.89% from 255) = 41.4%

R = 26.8%
G = 31.79%
B = 41.4%

CMYK

 C value IS 0.35

 M value IS 0.23

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#91ACE0 (or 0x91ACE0) is known color: Polo Blue. HEX triplet: 91, AC and E0. RGB value is (145,172,224). Sum of RGB (Red+Green+Blue) = 145+172+224=541 (71% of max value = 765). Red value is 145 (57.03% from 255 or 26.80% from 541); Green value is 172 (67.58% from 255 or 31.79% from 541); Blue value is 224 (87.89% from 255 or 41.40% from 541); Max value from RGB is 224 - color contains mainly: blue. Hex color #91ACE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91ACE0 is #6E531F. Grayscale: #A9A9A9. Windows color (decimal): -7230240 or 14724241. OLE color: 14724241.

HSL color Cylindrical-coordinate representation of color #91ACE0: hue angle of 219.49º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #91ACE0 is Cyan = 0.35, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 145 172 224 -
CMYK 0.35 0.23 0 0.12
HSL 219.49º 0.56% 0.72% -
HSV(B) 219.49º 0.35% 0.88% -
XYZ 39.88 40.91 76.31 -
YUV 169.86 158.55 110.27 -
System Red Green Blue C M Y K H S L
Decimal 145 172 224 0.35 0.23 0 0.12 219.49 0.56 0.72
Hex 91 AC E0 23 17 0 C DB 38 48
Octal 221 254 340 43 27 0 14 333 70 110
Binary 10010001 10101100 11100000 100011 10111 0 1100 11011011 111000 1001000

Color Harmonies of #91ACE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91ACE0

Black with #91ACE0

Text Example


Text Example

White with #91ACE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #91ACE0; }

 p { color: rgb(145,172,224); }

 H1.HeaderClassName
 {
   color: #91ACE0;
 }
 .AnyTagClassName
 {
   color: #91ACE0;
 }
</style>

background-color css

<style>
 a { background-color: #91ACE0; }

 a { background-color: rgb(145,172,224); }

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

border-color css

<style>
 span { border-color: #91ACE0; }

 span { border-color: rgb(145,172,224); }

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