Html Css Color HEX #91ABCA Polo Blue

📋 copy color: '#91ABCA'

red 145 ◦ green 171 ◦ blue 202

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

Shades of Polo Blue #91ABCA

Tints of Polo Blue #91ABCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 39%

R = 27.99%
G = 33.01%
B = 39%

CMYK

 C value IS 0.28

 M value IS 0.15

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#91ABCA (or 0x91ABCA) is known color: Polo Blue. HEX triplet: 91, AB and CA. RGB value is (145,171,202). Sum of RGB (Red+Green+Blue) = 145+171+202=518 (68% of max value = 765). Red value is 145 (57.03% from 255 or 27.99% from 518); Green value is 171 (67.19% from 255 or 33.01% from 518); Blue value is 202 (79.30% from 255 or 39.00% from 518); Max value from RGB is 202 - color contains mainly: blue. Hex color #91ABCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91ABCA is #6E5435. Grayscale: #A6A6A6. Windows color (decimal): -7230518 or 13282193. OLE color: 13282193.

HSL color Cylindrical-coordinate representation of color #91ABCA: hue angle of 212.63º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #91ABCA is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 145 171 202 -
CMYK 0.28 0.15 0 0.21
HSL 212.63º 0.35% 0.68% -
HSV(B) 212.63º 0.28% 0.79% -
XYZ 36.9 39.41 61.54 -
YUV 166.76 147.89 112.48 -
System Red Green Blue C M Y K H S L
Decimal 145 171 202 0.28 0.15 0 0.21 212.63 0.35 0.68
Hex 91 AB CA 1C F 0 15 D5 23 44
Octal 221 253 312 34 17 0 25 325 43 104
Binary 10010001 10101011 11001010 11100 1111 0 10101 11010101 100011 1000100

Color Harmonies of #91ABCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91ABCA

Black with #91ABCA

Text Example


Text Example

White with #91ABCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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