Html Css Color HEX #91AADA Polo Blue

📋 copy color: '#91AADA'

red 145 ◦ green 170 ◦ blue 218

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

Shades of Polo Blue #91AADA

Tints of Polo Blue #91AADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.9%

R = 27.2%
G = 31.89%
B = 40.9%

CMYK

 C value IS 0.33

 M value IS 0.22

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#91AADA (or 0x91AADA) is known color: Polo Blue. HEX triplet: 91, AA and DA. RGB value is (145,170,218). Sum of RGB (Red+Green+Blue) = 145+170+218=533 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.20% from 533); Green value is 170 (66.80% from 255 or 31.89% from 533); Blue value is 218 (85.55% from 255 or 40.90% from 533); Max value from RGB is 218 - color contains mainly: blue. Hex color #91AADA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91AADA is #6E5525. Grayscale: #A7A7A7. Windows color (decimal): -7230758 or 14330513. OLE color: 14330513.

HSL color Cylindrical-coordinate representation of color #91AADA: hue angle of 219.45º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #91AADA is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 145 170 218 -
CMYK 0.33 0.22 0 0.15
HSL 219.45º 0.5% 0.71% -
HSV(B) 219.45º 0.33% 0.85% -
XYZ 38.71 39.83 71.98 -
YUV 168 156.22 111.6 -
System Red Green Blue C M Y K H S L
Decimal 145 170 218 0.33 0.22 0 0.15 219.45 0.5 0.71
Hex 91 AA DA 21 16 0 F DB 32 47
Octal 221 252 332 41 26 0 17 333 62 107
Binary 10010001 10101010 11011010 100001 10110 0 1111 11011011 110010 1000111

Color Harmonies of #91AADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91AADA

Black with #91AADA

Text Example


Text Example

White with #91AADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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