#92AACD

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

Shades of Polo Blue #92AACD

Tints of Polo Blue #92AACD

Color information

#92AACD (or 0x92AACD) is unknown color: approx Polo Blue. HEX triplet: 92, AA and CD. RGB value is (146,170,205). Sum of RGB (Red+Green+Blue) = 146+170+205=521 (69% of max value = 765). Red value is 146 (57.42% from 255 or 28.02% from 521); Green value is 170 (66.80% from 255 or 32.63% from 521); Blue value is 205 (80.47% from 255 or 39.35% from 521); Max value from RGB is 205 - color contains mainly: blue. Hex color #92AACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92AACD is #6D5532. Grayscale: #A6A6A6. Windows color (decimal): -7165235 or 13478546. OLE color: 13478546.

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

Color convert

RGB146170205-
CMYK0.290.1700.20
HSL215.59º37.11%68.82%-
HSV(B)215.59º28.78%80.39%-
XYZ37.2539.2763.37-
YUV166.81149.55113.15-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.02%
GREEN value IS 170 (66.80% from 255) = 32.63%
BLUE value IS 205 (80.47% from 255) = 39.35%
R=28.02%
G=32.63%
B=39.35%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1461702050.290.1700.20215.5937.1168.82
Hex92AACD1D11014d82545
Octal222252315352102433045105
Binary1001001010101010110011011110110001010100110110001001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92AACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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