Html Css Color HEX #91ABE0 Polo Blue

📋 copy color: '#91ABE0'

red 145 ◦ green 171 ◦ blue 224

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

Shades of Polo Blue #91ABE0

Tints of Polo Blue #91ABE0

RGB

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

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

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

R = 26.85%
G = 31.67%
B = 41.48%

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

#91ABE0 (or 0x91ABE0) is known color: Polo Blue. HEX triplet: 91, AB and E0. RGB value is (145,171,224). Sum of RGB (Red+Green+Blue) = 145+171+224=540 (71% of max value = 765). Red value is 145 (57.03% from 255 or 26.85% from 540); Green value is 171 (67.19% from 255 or 31.67% from 540); Blue value is 224 (87.89% from 255 or 41.48% from 540); Max value from RGB is 224 - color contains mainly: blue. Hex color #91ABE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91ABE0 is #6E541F. Grayscale: #A9A9A9. Windows color (decimal): -7230496 or 14723985. OLE color: 14723985.

HSL color Cylindrical-coordinate representation of color #91ABE0: hue angle of 220.25º 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 #91ABE0 is Cyan = 0.35, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 145 171 224 -
CMYK 0.35 0.24 0 0.12
HSL 220.25º 0.56% 0.72% -
HSV(B) 220.25º 0.35% 0.88% -
XYZ 39.69 40.53 76.25 -
YUV 169.27 158.89 110.69 -
System Red Green Blue C M Y K H S L
Decimal 145 171 224 0.35 0.24 0 0.12 220.25 0.56 0.72
Hex 91 AB E0 23 18 0 C DC 38 48
Octal 221 253 340 43 30 0 14 334 70 110
Binary 10010001 10101011 11100000 100011 11000 0 1100 11011100 111000 1001000

Color Harmonies of #91ABE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91ABE0

Black with #91ABE0

Text Example


Text Example

White with #91ABE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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