#91B8DC

Color #91B8DC Polo Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Polo Blue #91B8DC

Tints of Polo Blue #91B8DC

Color information

#91B8DC (or 0x91B8DC) is unknown color: approx Polo Blue. HEX triplet: 91, B8 and DC. RGB value is (145,184,220). Sum of RGB (Red+Green+Blue) = 145+184+220=549 (72% of max value = 765). Red value is 145 (57.03% from 255 or 26.41% from 549); Green value is 184 (72.27% from 255 or 33.52% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 220 - color contains mainly: blue. Hex color #91B8DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91B8DC is #6E4723. Grayscale: #B0B0B0. Windows color (decimal): -7227172 or 14465169. OLE color: 14465169.

HSL color Cylindrical-coordinate representation of color #91B8DC: hue angle of 208.8º 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 #91B8DC is Cyan = 0.34, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB145184220-
CMYK0.340.1600.14
HSL208.8º51.72%71.57%-
HSV(B)208.8º34.09%86.27%-
XYZ41.7445.4774.29-
YUV176.44152.58105.57-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 26.41%
GREEN value IS 184 (72.27% from 255) = 33.52%
BLUE value IS 220 (86.33% from 255) = 40.07%
R=26.41%
G=33.52%
B=40.07%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1451842200.340.1600.14208.851.7271.57
Hex91B8DC22100Ed13448
Octal221270334422001632164110
Binary1001000110111000110111001000101000001110110100011101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91B8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #91B8DC;
 }
 .AnyTagClassName
 {
   color: #91B8DC;
 }
</style>
background-color css

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

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

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

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

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

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