Html Css Color HEX #91ABDC Polo Blue

📋 copy color: '#91ABDC'

red 145 ◦ green 171 ◦ blue 220

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

Shades of Polo Blue #91ABDC

Tints of Polo Blue #91ABDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.04%

R = 27.05%
G = 31.9%
B = 41.04%

CMYK

 C value IS 0.34

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#91ABDC (or 0x91ABDC) is known color: Polo Blue. HEX triplet: 91, AB and DC. RGB value is (145,171,220). Sum of RGB (Red+Green+Blue) = 145+171+220=536 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.05% from 536); Green value is 171 (67.19% from 255 or 31.90% from 536); Blue value is 220 (86.33% from 255 or 41.04% from 536); Max value from RGB is 220 - color contains mainly: blue. Hex color #91ABDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91ABDC is #6E5423. Grayscale: #A8A8A8. Windows color (decimal): -7230500 or 14461841. OLE color: 14461841.

HSL color Cylindrical-coordinate representation of color #91ABDC: hue angle of 219.2º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #91ABDC is Cyan = 0.34, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 145 171 220 -
CMYK 0.34 0.22 0 0.14
HSL 219.2º 0.52% 0.72% -
HSV(B) 219.2º 0.34% 0.86% -
XYZ 39.16 40.31 73.43 -
YUV 168.81 156.89 111.02 -
System Red Green Blue C M Y K H S L
Decimal 145 171 220 0.34 0.22 0 0.14 219.2 0.52 0.72
Hex 91 AB DC 22 16 0 E DB 34 48
Octal 221 253 334 42 26 0 16 333 64 110
Binary 10010001 10101011 11011100 100010 10110 0 1110 11011011 110100 1001000

Color Harmonies of #91ABDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91ABDC

Black with #91ABDC

Text Example


Text Example

White with #91ABDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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