#91B2DF

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

Shades of Polo Blue #91B2DF

Tints of Polo Blue #91B2DF

Color information

#91B2DF (or 0x91B2DF) is unknown color: approx Polo Blue. HEX triplet: 91, B2 and DF. RGB value is (145,178,223). Sum of RGB (Red+Green+Blue) = 145+178+223=546 (72% of max value = 765). Red value is 145 (57.03% from 255 or 26.56% from 546); Green value is 178 (69.92% from 255 or 32.60% from 546); Blue value is 223 (87.5% from 255 or 40.84% from 546); Max value from RGB is 223 - color contains mainly: blue. Hex color #91B2DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91B2DF is #6E4D20. Grayscale: #ADADAD. Windows color (decimal): -7228705 or 14660241. OLE color: 14660241.

HSL color Cylindrical-coordinate representation of color #91B2DF: hue angle of 214.62º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #91B2DF is Cyan = 0.35, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB145178223-
CMYK0.350.2000.13
HSL214.62º54.93%72.16%-
HSV(B)214.62º34.98%87.45%-
XYZ40.9243.1975.99-
YUV173.26156.07107.84-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 26.56%
GREEN value IS 178 (69.92% from 255) = 32.60%
BLUE value IS 223 (87.5% from 255) = 40.84%
R=26.56%
G=32.60%
B=40.84%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1451782230.350.2000.13214.6254.9372.16
Hex91B2DF23140Dd73748
Octal221262337432401532767110
Binary1001000110110010110111111000111010001101110101111101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91B2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,178,223); }

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

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

 a { background-color: rgb(145,178,223); }

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

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

 span { border-color: rgb(145,178,223); }

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