Html Css Color HEX #91AACB Polo Blue

📋 copy color: '#91AACB'

red 145 ◦ green 170 ◦ blue 203

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

Shades of Polo Blue #91AACB

Tints of Polo Blue #91AACB

RGB

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

 GREEN value IS 170 (66.8% from 255) = 32.82%

 BLUE value IS 203 (79.69% from 255) = 39.19%

R = 27.99%
G = 32.82%
B = 39.19%

CMYK

 C value IS 0.29

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#91AACB (or 0x91AACB) is known color: Polo Blue. HEX triplet: 91, AA and CB. RGB value is (145,170,203). Sum of RGB (Red+Green+Blue) = 145+170+203=518 (68% of max value = 765). Red value is 145 (57.03% from 255 or 27.99% from 518); Green value is 170 (66.80% from 255 or 32.82% from 518); Blue value is 203 (79.69% from 255 or 39.19% from 518); Max value from RGB is 203 - color contains mainly: blue. Hex color #91AACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91AACB is #6E5534. Grayscale: #A6A6A6. Windows color (decimal): -7230773 or 13347473. OLE color: 13347473.

HSL color Cylindrical-coordinate representation of color #91AACB: hue angle of 214.14º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #91AACB is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 145 170 203 -
CMYK 0.29 0.16 0 0.20
HSL 214.14º 0.36% 0.68% -
HSV(B) 214.14º 0.29% 0.8% -
XYZ 36.83 39.08 62.1 -
YUV 166.29 148.72 112.82 -
System Red Green Blue C M Y K H S L
Decimal 145 170 203 0.29 0.16 0 0.20 214.14 0.36 0.68
Hex 91 AA CB 1D 10 0 14 D6 24 44
Octal 221 252 313 35 20 0 24 326 44 104
Binary 10010001 10101010 11001011 11101 10000 0 10100 11010110 100100 1000100

Color Harmonies of #91AACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91AACB

Black with #91AACB

Text Example


Text Example

White with #91AACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,170,203); }

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

background-color css

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

 a { background-color: rgb(145,170,203); }

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

border-color css

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

 span { border-color: rgb(145,170,203); }

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