Html Css Color HEX #91AADC Polo Blue

📋 copy color: '#91AADC'

red 145 ◦ green 170 ◦ blue 220

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

Shades of Polo Blue #91AADC

Tints of Polo Blue #91AADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.12%

R = 27.1%
G = 31.78%
B = 41.12%

CMYK

 C value IS 0.34

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#91AADC (or 0x91AADC) is known color: Polo Blue. HEX triplet: 91, AA and DC. RGB value is (145,170,220). Sum of RGB (Red+Green+Blue) = 145+170+220=535 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.10% from 535); Green value is 170 (66.80% from 255 or 31.78% from 535); Blue value is 220 (86.33% from 255 or 41.12% from 535); Max value from RGB is 220 - color contains mainly: blue. Hex color #91AADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91AADC is #6E5523. Grayscale: #A8A8A8. Windows color (decimal): -7230756 or 14461585. OLE color: 14461585.

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

Color convert

RGB 145 170 220 -
CMYK 0.34 0.23 0 0.14
HSL 220º 0.52% 0.72% -
HSV(B) 220º 0.34% 0.86% -
XYZ 38.97 39.94 73.36 -
YUV 168.23 157.22 111.43 -
System Red Green Blue C M Y K H S L
Decimal 145 170 220 0.34 0.23 0 0.14 220 0.52 0.72
Hex 91 AA DC 22 17 0 E DC 34 48
Octal 221 252 334 42 27 0 16 334 64 110
Binary 10010001 10101010 11011100 100010 10111 0 1110 11011100 110100 1001000

Color Harmonies of #91AADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91AADC

Black with #91AADC

Text Example


Text Example

White with #91AADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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