Html Css Color HEX #91A9DD Polo Blue

📋 copy color: '#91A9DD'

red 145 ◦ green 169 ◦ blue 221

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

Shades of Polo Blue #91A9DD

Tints of Polo Blue #91A9DD

RGB

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

 GREEN value IS 169 (66.41% from 255) = 31.59%

 BLUE value IS 221 (86.72% from 255) = 41.31%

R = 27.1%
G = 31.59%
B = 41.31%

CMYK

 C value IS 0.34

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#91A9DD (or 0x91A9DD) is known color: Polo Blue. HEX triplet: 91, A9 and DD. RGB value is (145,169,221). Sum of RGB (Red+Green+Blue) = 145+169+221=535 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.10% from 535); Green value is 169 (66.41% from 255 or 31.59% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 221 - color contains mainly: blue. Hex color #91A9DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91A9DD is #6E5622. Grayscale: #A7A7A7. Windows color (decimal): -7231011 or 14526865. OLE color: 14526865.

HSL color Cylindrical-coordinate representation of color #91A9DD: hue angle of 221.05º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #91A9DD is Cyan = 0.34, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 145 169 221 -
CMYK 0.34 0.24 0 0.13
HSL 221.05º 0.53% 0.72% -
HSV(B) 221.05º 0.34% 0.87% -
XYZ 38.92 39.62 74 -
YUV 167.75 158.05 111.77 -
System Red Green Blue C M Y K H S L
Decimal 145 169 221 0.34 0.24 0 0.13 221.05 0.53 0.72
Hex 91 A9 DD 22 18 0 D DD 35 48
Octal 221 251 335 42 30 0 15 335 65 110
Binary 10010001 10101001 11011101 100010 11000 0 1101 11011101 110101 1001000

Color Harmonies of #91A9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91A9DD

Black with #91A9DD

Text Example


Text Example

White with #91A9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,169,221); }

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

background-color css

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

 a { background-color: rgb(145,169,221); }

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

border-color css

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

 span { border-color: rgb(145,169,221); }

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