#92AEC9

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

Shades of Polo Blue #92AEC9

Tints of Polo Blue #92AEC9

Color information

#92AEC9 (or 0x92AEC9) is unknown color: approx Polo Blue. HEX triplet: 92, AE and C9. RGB value is (146,174,201). Sum of RGB (Red+Green+Blue) = 146+174+201=521 (69% of max value = 765). Red value is 146 (57.42% from 255 or 28.02% from 521); Green value is 174 (68.36% from 255 or 33.40% from 521); Blue value is 201 (78.91% from 255 or 38.58% from 521); Max value from RGB is 201 - color contains mainly: blue. Hex color #92AEC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92AEC9 is #6D5136. Grayscale: #A8A8A8. Windows color (decimal): -7164215 or 13217426. OLE color: 13217426.

HSL color Cylindrical-coordinate representation of color #92AEC9: hue angle of 209.45º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #92AEC9 is Cyan = 0.27, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB146174201-
CMYK0.270.1300.21
HSL209.45º33.74%68.04%-
HSV(B)209.45º27.36%78.82%-
XYZ37.5340.661.12-
YUV168.71146.22111.8-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.02%
GREEN value IS 174 (68.36% from 255) = 33.40%
BLUE value IS 201 (78.91% from 255) = 38.58%
R=28.02%
G=33.40%
B=38.58%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1461742010.270.1300.21209.4533.7468.04
Hex92AEC91BD015d12244
Octal222256311331502532142104
Binary100100101010111011001001110111101010101110100011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92AEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92AEC9; }

 p { color: rgb(146,174,201); }

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

<style>
 a { background-color: #92AEC9; }

 a { background-color: rgb(146,174,201); }

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

<style>
 span { border-color: #92AEC9; }

 span { border-color: rgb(146,174,201); }

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