Html Css Color HEX #91ABCD Polo Blue

📋 copy color: '#91ABCD'

red 145 ◦ green 171 ◦ blue 205

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

Shades of Polo Blue #91ABCD

Tints of Polo Blue #91ABCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.35%

R = 27.83%
G = 32.82%
B = 39.35%

CMYK

 C value IS 0.29

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#91ABCD (or 0x91ABCD) is known color: Polo Blue. HEX triplet: 91, AB and CD. RGB value is (145,171,205). Sum of RGB (Red+Green+Blue) = 145+171+205=521 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.83% from 521); Green value is 171 (67.19% from 255 or 32.82% from 521); Blue value is 205 (80.47% from 255 or 39.35% from 521); Max value from RGB is 205 - color contains mainly: blue. Hex color #91ABCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91ABCD is #6E5432. Grayscale: #A6A6A6. Windows color (decimal): -7230515 or 13478801. OLE color: 13478801.

HSL color Cylindrical-coordinate representation of color #91ABCD: hue angle of 214º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #91ABCD is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 145 171 205 -
CMYK 0.29 0.17 0 0.20
HSL 214º 0.38% 0.69% -
HSV(B) 214º 0.29% 0.8% -
XYZ 37.26 39.55 63.43 -
YUV 167.1 149.39 112.24 -
System Red Green Blue C M Y K H S L
Decimal 145 171 205 0.29 0.17 0 0.20 214 0.38 0.69
Hex 91 AB CD 1D 11 0 14 D6 26 45
Octal 221 253 315 35 21 0 24 326 46 105
Binary 10010001 10101011 11001101 11101 10001 0 10100 11010110 100110 1000101

Color Harmonies of #91ABCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91ABCD

Black with #91ABCD

Text Example


Text Example

White with #91ABCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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