#91B0CD

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

Shades of Polo Blue #91B0CD

Tints of Polo Blue #91B0CD

Color information

#91B0CD (or 0x91B0CD) is unknown color: approx Polo Blue. HEX triplet: 91, B0 and CD. RGB value is (145,176,205). Sum of RGB (Red+Green+Blue) = 145+176+205=526 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.57% from 526); Green value is 176 (69.14% from 255 or 33.46% from 526); Blue value is 205 (80.47% from 255 or 38.97% from 526); Max value from RGB is 205 - color contains mainly: blue. Hex color #91B0CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91B0CD is #6E4F32. Grayscale: #A9A9A9. Windows color (decimal): -7229235 or 13480081. OLE color: 13480081.

HSL color Cylindrical-coordinate representation of color #91B0CD: hue angle of 209º 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 #91B0CD is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB145176205-
CMYK0.290.1400.20
HSL209º37.5%68.63%-
HSV(B)209º29.27%80.39%-
XYZ38.2241.4863.75-
YUV170.04147.73110.14-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.57%
GREEN value IS 176 (69.14% from 255) = 33.46%
BLUE value IS 205 (80.47% from 255) = 38.97%
R=27.57%
G=33.46%
B=38.97%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1451762050.290.1400.2020937.568.63
Hex91B0CD1DE014d12545
Octal221260315351602432145105
Binary100100011011000011001101111011110010100110100011001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91B0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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