#91ADCB

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

Shades of Polo Blue #91ADCB

Tints of Polo Blue #91ADCB

Color information

#91ADCB (or 0x91ADCB) is unknown color: approx Polo Blue. HEX triplet: 91, AD and CB. RGB value is (145,173,203). Sum of RGB (Red+Green+Blue) = 145+173+203=521 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.83% from 521); Green value is 173 (67.97% from 255 or 33.21% from 521); Blue value is 203 (79.69% from 255 or 38.96% from 521); Max value from RGB is 203 - color contains mainly: blue. Hex color #91ADCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91ADCB is #6E5234. Grayscale: #A7A7A7. Windows color (decimal): -7230005 or 13348241. OLE color: 13348241.

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

Color convert

RGB145173203-
CMYK0.290.1500.20
HSL211.03º35.8%68.24%-
HSV(B)211.03º28.57%79.61%-
XYZ37.440.2262.29-
YUV168.05147.72111.56-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.83%
GREEN value IS 173 (67.97% from 255) = 33.21%
BLUE value IS 203 (79.69% from 255) = 38.96%
R=27.83%
G=33.21%
B=38.96%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1451732030.290.1500.20211.0335.868.24
Hex91ADCB1DF014d32444
Octal221255313351702432344104
Binary100100011010110111001011111011111010100110100111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91ADCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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