#91B7CD

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

Shades of Polo Blue #91B7CD

Tints of Polo Blue #91B7CD

Color information

#91B7CD (or 0x91B7CD) is unknown color: approx Polo Blue. HEX triplet: 91, B7 and CD. RGB value is (145,183,205). Sum of RGB (Red+Green+Blue) = 145+183+205=533 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.20% from 533); Green value is 183 (71.88% from 255 or 34.33% from 533); Blue value is 205 (80.47% from 255 or 38.46% from 533); Max value from RGB is 205 - color contains mainly: blue. Hex color #91B7CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91B7CD is #6E4832. Grayscale: #AEAEAE. Windows color (decimal): -7227443 or 13481873. OLE color: 13481873.

HSL color Cylindrical-coordinate representation of color #91B7CD: hue angle of 202º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #91B7CD is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB145183205-
CMYK0.290.1100.20
HSL202º37.5%68.63%-
HSV(B)202º29.27%80.39%-
XYZ39.6344.2964.22-
YUV174.15145.41107.21-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.20%
GREEN value IS 183 (71.88% from 255) = 34.33%
BLUE value IS 205 (80.47% from 255) = 38.46%
R=27.20%
G=34.33%
B=38.46%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1451832050.290.1100.2020237.568.63
Hex91B7CD1DB014ca2545
Octal221267315351302431245105
Binary100100011011011111001101111011011010100110010101001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91B7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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