Html Css Color HEX #91AAD7 Polo Blue

📋 copy color: '#91AAD7'

red 145 ◦ green 170 ◦ blue 215

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

Shades of Polo Blue #91AAD7

Tints of Polo Blue #91AAD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 40.57%

R = 27.36%
G = 32.08%
B = 40.57%

CMYK

 C value IS 0.33

 M value IS 0.21

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#91AAD7 (or 0x91AAD7) is known color: Polo Blue. HEX triplet: 91, AA and D7. RGB value is (145,170,215). Sum of RGB (Red+Green+Blue) = 145+170+215=530 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.36% from 530); Green value is 170 (66.80% from 255 or 32.08% from 530); Blue value is 215 (84.38% from 255 or 40.57% from 530); Max value from RGB is 215 - color contains mainly: blue. Hex color #91AAD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91AAD7 is #6E5528. Grayscale: #A7A7A7. Windows color (decimal): -7230761 or 14133905. OLE color: 14133905.

HSL color Cylindrical-coordinate representation of color #91AAD7: hue angle of 218.57º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #91AAD7 is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 145 170 215 -
CMYK 0.33 0.21 0 0.16
HSL 218.57º 0.47% 0.71% -
HSV(B) 218.57º 0.33% 0.84% -
XYZ 38.32 39.68 69.93 -
YUV 167.66 154.72 111.84 -
System Red Green Blue C M Y K H S L
Decimal 145 170 215 0.33 0.21 0 0.16 218.57 0.47 0.71
Hex 91 AA D7 21 15 0 10 DB 2F 47
Octal 221 252 327 41 25 0 20 333 57 107
Binary 10010001 10101010 11010111 100001 10101 0 10000 11011011 101111 1000111

Color Harmonies of #91AAD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91AAD7

Black with #91AAD7

Text Example


Text Example

White with #91AAD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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