Html Css Color HEX #91AADB Polo Blue

📋 copy color: '#91AADB'

red 145 ◦ green 170 ◦ blue 219

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

Shades of Polo Blue #91AADB

Tints of Polo Blue #91AADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.01%

R = 27.15%
G = 31.84%
B = 41.01%

CMYK

 C value IS 0.34

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#91AADB (or 0x91AADB) is known color: Polo Blue. HEX triplet: 91, AA and DB. RGB value is (145,170,219). Sum of RGB (Red+Green+Blue) = 145+170+219=534 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.15% from 534); Green value is 170 (66.80% from 255 or 31.84% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 219 - color contains mainly: blue. Hex color #91AADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91AADB is #6E5524. Grayscale: #A7A7A7. Windows color (decimal): -7230757 or 14396049. OLE color: 14396049.

HSL color Cylindrical-coordinate representation of color #91AADB: hue angle of 219.73º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #91AADB is Cyan = 0.34, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 145 170 219 -
CMYK 0.34 0.22 0 0.14
HSL 219.73º 0.51% 0.71% -
HSV(B) 219.73º 0.34% 0.86% -
XYZ 38.84 39.88 72.67 -
YUV 168.11 156.72 111.52 -
System Red Green Blue C M Y K H S L
Decimal 145 170 219 0.34 0.22 0 0.14 219.73 0.51 0.71
Hex 91 AA DB 22 16 0 E DC 33 47
Octal 221 252 333 42 26 0 16 334 63 107
Binary 10010001 10101010 11011011 100010 10110 0 1110 11011100 110011 1000111

Color Harmonies of #91AADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91AADB

Black with #91AADB

Text Example


Text Example

White with #91AADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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