#91B3CB

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

Shades of Polo Blue #91B3CB

Tints of Polo Blue #91B3CB

Color information

#91B3CB (or 0x91B3CB) is unknown color: approx Polo Blue. HEX triplet: 91, B3 and CB. RGB value is (145,179,203). Sum of RGB (Red+Green+Blue) = 145+179+203=527 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.51% from 527); Green value is 179 (70.31% from 255 or 33.97% from 527); Blue value is 203 (79.69% from 255 or 38.52% from 527); Max value from RGB is 203 - color contains mainly: blue. Hex color #91B3CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91B3CB is #6E4C34. Grayscale: #ABABAB. Windows color (decimal): -7228469 or 13349777. OLE color: 13349777.

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

Color convert

RGB145179203-
CMYK0.290.1200.20
HSL204.83º35.8%68.24%-
HSV(B)204.83º28.57%79.61%-
XYZ38.5842.5762.68-
YUV171.57145.74109.05-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.51%
GREEN value IS 179 (70.31% from 255) = 33.97%
BLUE value IS 203 (79.69% from 255) = 38.52%
R=27.51%
G=33.97%
B=38.52%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1451792030.290.1200.20204.8335.868.24
Hex91B3CB1DC014cd2444
Octal221263313351402431544104
Binary100100011011001111001011111011100010100110011011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91B3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,179,203); }

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

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

 a { background-color: rgb(145,179,203); }

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

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

 span { border-color: rgb(145,179,203); }

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