#91B6DB

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

Shades of Polo Blue #91B6DB

Tints of Polo Blue #91B6DB

Color information

#91B6DB (or 0x91B6DB) is unknown color: approx Polo Blue. HEX triplet: 91, B6 and DB. RGB value is (145,182,219). Sum of RGB (Red+Green+Blue) = 145+182+219=546 (72% of max value = 765). Red value is 145 (57.03% from 255 or 26.56% from 546); Green value is 182 (71.48% from 255 or 33.33% from 546); Blue value is 219 (85.94% from 255 or 40.11% from 546); Max value from RGB is 219 - color contains mainly: blue. Hex color #91B6DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91B6DB is #6E4924. Grayscale: #AEAEAE. Windows color (decimal): -7227685 or 14399121. OLE color: 14399121.

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

Color convert

RGB145182219-
CMYK0.340.1700.14
HSL210º50.68%71.37%-
HSV(B)210º33.79%85.88%-
XYZ41.1944.5973.45-
YUV175.16152.74106.49-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 26.56%
GREEN value IS 182 (71.48% from 255) = 33.33%
BLUE value IS 219 (85.94% from 255) = 40.11%
R=26.56%
G=33.33%
B=40.11%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1451822190.340.1700.1421050.6871.37
Hex91B6DB22110Ed23347
Octal221266333422101632263107
Binary1001000110110110110110111000101000101110110100101100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91B6DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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