#92AACC

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

Shades of Polo Blue #92AACC

Tints of Polo Blue #92AACC

Color information

#92AACC (or 0x92AACC) is unknown color: approx Polo Blue. HEX triplet: 92, AA and CC. RGB value is (146,170,204). Sum of RGB (Red+Green+Blue) = 146+170+204=520 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.08% from 520); Green value is 170 (66.80% from 255 or 32.69% from 520); Blue value is 204 (80.08% from 255 or 39.23% from 520); Max value from RGB is 204 - color contains mainly: blue. Hex color #92AACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92AACC is #6D5533. Grayscale: #A6A6A6. Windows color (decimal): -7165236 or 13413010. OLE color: 13413010.

HSL color Cylindrical-coordinate representation of color #92AACC: hue angle of 215.17º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #92AACC is Cyan = 0.28, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB146170204-
CMYK0.280.1700.2
HSL215.17º36.25%68.63%-
HSV(B)215.17º28.43%80%-
XYZ37.1339.2262.74-
YUV166.7149.05113.24-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.08%
GREEN value IS 170 (66.80% from 255) = 32.69%
BLUE value IS 204 (80.08% from 255) = 39.23%
R=28.08%
G=32.69%
B=39.23%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1461702040.280.1700.2215.1736.2568.63
Hex92AACC1C11014d72445
Octal222252314342102432744105
Binary1001001010101010110011001110010001010100110101111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92AACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,170,204); }

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

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

 a { background-color: rgb(146,170,204); }

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

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

 span { border-color: rgb(146,170,204); }

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