#91B6CE

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

Shades of Polo Blue #91B6CE

Tints of Polo Blue #91B6CE

Color information

#91B6CE (or 0x91B6CE) is unknown color: approx Polo Blue. HEX triplet: 91, B6 and CE. RGB value is (145,182,206). Sum of RGB (Red+Green+Blue) = 145+182+206=533 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.20% from 533); Green value is 182 (71.48% from 255 or 34.15% from 533); Blue value is 206 (80.86% from 255 or 38.65% from 533); Max value from RGB is 206 - color contains mainly: blue. Hex color #91B6CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91B6CE is #6E4931. Grayscale: #ADADAD. Windows color (decimal): -7227698 or 13547153. OLE color: 13547153.

HSL color Cylindrical-coordinate representation of color #91B6CE: hue angle of 203.61º 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 #91B6CE is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB145182206-
CMYK0.300.1200.19
HSL203.61º38.36%68.82%-
HSV(B)203.61º29.61%80.78%-
XYZ39.5543.9364.79-
YUV173.67146.24107.55-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.20%
GREEN value IS 182 (71.48% from 255) = 34.15%
BLUE value IS 206 (80.86% from 255) = 38.65%
R=27.20%
G=34.15%
B=38.65%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1451822060.300.1200.19203.6138.3668.82
Hex91B6CE1EC013cc2645
Octal221266316361402331446105
Binary100100011011011011001110111101100010011110011001001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91B6CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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