#91B7CF

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

Shades of Polo Blue #91B7CF

Tints of Polo Blue #91B7CF

Color information

#91B7CF (or 0x91B7CF) is unknown color: approx Polo Blue. HEX triplet: 91, B7 and CF. RGB value is (145,183,207). Sum of RGB (Red+Green+Blue) = 145+183+207=535 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.10% from 535); Green value is 183 (71.88% from 255 or 34.21% from 535); Blue value is 207 (81.25% from 255 or 38.69% from 535); Max value from RGB is 207 - color contains mainly: blue. Hex color #91B7CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91B7CF is #6E4830. Grayscale: #AEAEAE. Windows color (decimal): -7227441 or 13612945. OLE color: 13612945.

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

Color convert

RGB145183207-
CMYK0.300.1200.19
HSL203.23º39.24%69.02%-
HSV(B)203.23º29.95%81.18%-
XYZ39.8744.3965.5-
YUV174.37146.41107.05-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.10%
GREEN value IS 183 (71.88% from 255) = 34.21%
BLUE value IS 207 (81.25% from 255) = 38.69%
R=27.10%
G=34.21%
B=38.69%

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
Decimal1451832070.300.1200.19203.2339.2469.02
Hex91B7CF1EC013cb2745
Octal221267317361402331347105
Binary100100011011011111001111111101100010011110010111001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91B7CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,183,207); }

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

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

 a { background-color: rgb(145,183,207); }

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

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

 span { border-color: rgb(145,183,207); }

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