Html Css Color HEX #91ABC4 Polo Blue

📋 copy color: '#91ABC4'

red 145 ◦ green 171 ◦ blue 196

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

Shades of Polo Blue #91ABC4

Tints of Polo Blue #91ABC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 38.28%

R = 28.32%
G = 33.4%
B = 38.28%

CMYK

 C value IS 0.26

 M value IS 0.13

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#91ABC4 (or 0x91ABC4) is known color: Polo Blue. HEX triplet: 91, AB and C4. RGB value is (145,171,196). Sum of RGB (Red+Green+Blue) = 145+171+196=512 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.32% from 512); Green value is 171 (67.19% from 255 or 33.40% from 512); Blue value is 196 (76.95% from 255 or 38.28% from 512); Max value from RGB is 196 - color contains mainly: blue. Hex color #91ABC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91ABC4 is #6E543B. Grayscale: #A5A5A5. Windows color (decimal): -7230524 or 12888977. OLE color: 12888977.

HSL color Cylindrical-coordinate representation of color #91ABC4: hue angle of 209.41º degrees, saturation: 0.3, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #91ABC4 is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 145 171 196 -
CMYK 0.26 0.13 0 0.23
HSL 209.41º 0.3% 0.67% -
HSV(B) 209.41º 0.26% 0.77% -
XYZ 36.2 39.13 57.87 -
YUV 166.08 144.89 112.97 -
System Red Green Blue C M Y K H S L
Decimal 145 171 196 0.26 0.13 0 0.23 209.41 0.3 0.67
Hex 91 AB C4 1A D 0 17 D1 1E 43
Octal 221 253 304 32 15 0 27 321 36 103
Binary 10010001 10101011 11000100 11010 1101 0 10111 11010001 11110 1000011

Color Harmonies of #91ABC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91ABC4

Black with #91ABC4

Text Example


Text Example

White with #91ABC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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