Html Css Color HEX #91ABCE Polo Blue

📋 copy color: '#91ABCE'

red 145 ◦ green 171 ◦ blue 206

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

Shades of Polo Blue #91ABCE

Tints of Polo Blue #91ABCE

RGB

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

 GREEN value IS 171 (67.19% from 255) = 32.76%

 BLUE value IS 206 (80.86% from 255) = 39.46%

R = 27.78%
G = 32.76%
B = 39.46%

CMYK

 C value IS 0.30

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#91ABCE (or 0x91ABCE) is known color: Polo Blue. HEX triplet: 91, AB and CE. RGB value is (145,171,206). Sum of RGB (Red+Green+Blue) = 145+171+206=522 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.78% from 522); Green value is 171 (67.19% from 255 or 32.76% from 522); Blue value is 206 (80.86% from 255 or 39.46% from 522); Max value from RGB is 206 - color contains mainly: blue. Hex color #91ABCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91ABCE is #6E5431. Grayscale: #A7A7A7. Windows color (decimal): -7230514 or 13544337. OLE color: 13544337.

HSL color Cylindrical-coordinate representation of color #91ABCE: hue angle of 214.43º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #91ABCE is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 145 171 206 -
CMYK 0.30 0.17 0 0.19
HSL 214.43º 0.38% 0.69% -
HSV(B) 214.43º 0.3% 0.81% -
XYZ 37.38 39.6 64.07 -
YUV 167.22 149.89 112.15 -
System Red Green Blue C M Y K H S L
Decimal 145 171 206 0.30 0.17 0 0.19 214.43 0.38 0.69
Hex 91 AB CE 1E 11 0 13 D6 26 45
Octal 221 253 316 36 21 0 23 326 46 105
Binary 10010001 10101011 11001110 11110 10001 0 10011 11010110 100110 1000101

Color Harmonies of #91ABCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91ABCE

Black with #91ABCE

Text Example


Text Example

White with #91ABCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,171,206); }

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

background-color css

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

 a { background-color: rgb(145,171,206); }

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

border-color css

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

 span { border-color: rgb(145,171,206); }

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