Html Css Color HEX #91AED1 Polo Blue

📋 copy color: '#91AED1'

red 145 ◦ green 174 ◦ blue 209

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

Shades of Polo Blue #91AED1

Tints of Polo Blue #91AED1

RGB

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

 GREEN value IS 174 (68.36% from 255) = 32.95%

 BLUE value IS 209 (82.03% from 255) = 39.58%

R = 27.46%
G = 32.95%
B = 39.58%

CMYK

 C value IS 0.31

 M value IS 0.17

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#91AED1 (or 0x91AED1) is known color: Polo Blue. HEX triplet: 91, AE and D1. RGB value is (145,174,209). Sum of RGB (Red+Green+Blue) = 145+174+209=528 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.46% from 528); Green value is 174 (68.36% from 255 or 32.95% from 528); Blue value is 209 (82.03% from 255 or 39.58% from 528); Max value from RGB is 209 - color contains mainly: blue. Hex color #91AED1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91AED1 is #6E512E. Grayscale: #A9A9A9. Windows color (decimal): -7229743 or 13741713. OLE color: 13741713.

HSL color Cylindrical-coordinate representation of color #91AED1: hue angle of 212.81º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #91AED1 is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 145 174 209 -
CMYK 0.31 0.17 0 0.18
HSL 212.81º 0.41% 0.69% -
HSV(B) 212.81º 0.31% 0.82% -
XYZ 38.32 40.9 66.2 -
YUV 169.32 150.39 110.65 -
System Red Green Blue C M Y K H S L
Decimal 145 174 209 0.31 0.17 0 0.18 212.81 0.41 0.69
Hex 91 AE D1 1F 11 0 12 D5 29 45
Octal 221 256 321 37 21 0 22 325 51 105
Binary 10010001 10101110 11010001 11111 10001 0 10010 11010101 101001 1000101

Color Harmonies of #91AED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91AED1

Black with #91AED1

Text Example


Text Example

White with #91AED1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,174,209); }

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

background-color css

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

 a { background-color: rgb(145,174,209); }

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

border-color css

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

 span { border-color: rgb(145,174,209); }

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