#91ADDB

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

Shades of Polo Blue #91ADDB

Tints of Polo Blue #91ADDB

Color information

#91ADDB (or 0x91ADDB) is unknown color: approx Polo Blue. HEX triplet: 91, AD and DB. RGB value is (145,173,219). Sum of RGB (Red+Green+Blue) = 145+173+219=537 (71% of max value = 765). Red value is 145 (57.03% from 255 or 27.00% from 537); Green value is 173 (67.97% from 255 or 32.22% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 219 - color contains mainly: blue. Hex color #91ADDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91ADDB is #6E5224. Grayscale: #A9A9A9. Windows color (decimal): -7229989 or 14396817. OLE color: 14396817.

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

Color convert

RGB145173219-
CMYK0.340.2100.14
HSL217.3º50.68%71.37%-
HSV(B)217.3º33.79%85.88%-
XYZ39.4141.0272.86-
YUV169.87155.72110.26-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.00%
GREEN value IS 173 (67.97% from 255) = 32.22%
BLUE value IS 219 (85.94% from 255) = 40.78%
R=27.00%
G=32.22%
B=40.78%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1451732190.340.2100.14217.350.6871.37
Hex91ADDB22150Ed93347
Octal221255333422501633163107
Binary1001000110101101110110111000101010101110110110011100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91ADDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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