#92AAD9

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

Shades of Polo Blue #92AAD9

Tints of Polo Blue #92AAD9

Color information

#92AAD9 (or 0x92AAD9) is unknown color: approx Polo Blue. HEX triplet: 92, AA and D9. RGB value is (146,170,217). Sum of RGB (Red+Green+Blue) = 146+170+217=533 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.39% from 533); Green value is 170 (66.80% from 255 or 31.89% from 533); Blue value is 217 (85.16% from 255 or 40.71% from 533); Max value from RGB is 217 - color contains mainly: blue. Hex color #92AAD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92AAD9 is #6D5526. Grayscale: #A7A7A7. Windows color (decimal): -7165223 or 14264978. OLE color: 14264978.

HSL color Cylindrical-coordinate representation of color #92AAD9: hue angle of 219.72º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #92AAD9 is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB146170217-
CMYK0.330.2200.15
HSL219.72º48.3%71.18%-
HSV(B)219.72º32.72%85.1%-
XYZ38.7539.8771.3-
YUV168.18155.55112.18-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.39%
GREEN value IS 170 (66.80% from 255) = 31.89%
BLUE value IS 217 (85.16% from 255) = 40.71%
R=27.39%
G=31.89%
B=40.71%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1461702170.330.2200.15219.7248.371.18
Hex92AAD921160Fdc3047
Octal222252331412601733460107
Binary1001001010101010110110011000011011001111110111001100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92AAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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