#91ADC8

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

Shades of Polo Blue #91ADC8

Tints of Polo Blue #91ADC8

Color information

#91ADC8 (or 0x91ADC8) is unknown color: approx Polo Blue. HEX triplet: 91, AD and C8. RGB value is (145,173,200). Sum of RGB (Red+Green+Blue) = 145+173+200=518 (68% of max value = 765). Red value is 145 (57.03% from 255 or 27.99% from 518); Green value is 173 (67.97% from 255 or 33.40% from 518); Blue value is 200 (78.52% from 255 or 38.61% from 518); Max value from RGB is 200 - color contains mainly: blue. Hex color #91ADC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91ADC8 is #6E5237. Grayscale: #A7A7A7. Windows color (decimal): -7230008 or 13151633. OLE color: 13151633.

HSL color Cylindrical-coordinate representation of color #91ADC8: hue angle of 209.45º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #91ADC8 is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB145173200-
CMYK0.280.1400.22
HSL209.45º33.33%67.65%-
HSV(B)209.45º27.5%78.43%-
XYZ37.0540.0860.43-
YUV167.71146.22111.8-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.99%
GREEN value IS 173 (67.97% from 255) = 33.40%
BLUE value IS 200 (78.52% from 255) = 38.61%
R=27.99%
G=33.40%
B=38.61%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1451732000.280.1400.22209.4533.3367.65
Hex91ADC81CE016d12144
Octal221255310341602632141104
Binary100100011010110111001000111001110010110110100011000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91ADC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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