#91ADCE

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

Shades of Polo Blue #91ADCE

Tints of Polo Blue #91ADCE

Color information

#91ADCE (or 0x91ADCE) is unknown color: approx Polo Blue. HEX triplet: 91, AD and CE. RGB value is (145,173,206). Sum of RGB (Red+Green+Blue) = 145+173+206=524 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.67% from 524); Green value is 173 (67.97% from 255 or 33.02% from 524); Blue value is 206 (80.86% from 255 or 39.31% from 524); Max value from RGB is 206 - color contains mainly: blue. Hex color #91ADCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91ADCE is #6E5231. Grayscale: #A8A8A8. Windows color (decimal): -7230002 or 13544849. OLE color: 13544849.

HSL color Cylindrical-coordinate representation of color #91ADCE: hue angle of 212.46º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #91ADCE is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB145173206-
CMYK0.300.1600.19
HSL212.46º38.36%68.82%-
HSV(B)212.46º29.61%80.78%-
XYZ37.7640.3664.19-
YUV168.39149.22111.32-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.67%
GREEN value IS 173 (67.97% from 255) = 33.02%
BLUE value IS 206 (80.86% from 255) = 39.31%
R=27.67%
G=33.02%
B=39.31%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1451732060.300.1600.19212.4638.3668.82
Hex91ADCE1E10013d42645
Octal221255316362002332446105
Binary1001000110101101110011101111010000010011110101001001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91ADCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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