#92ACC9

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

Shades of Polo Blue #92ACC9

Tints of Polo Blue #92ACC9

Color information

#92ACC9 (or 0x92ACC9) is unknown color: approx Polo Blue. HEX triplet: 92, AC and C9. RGB value is (146,172,201). Sum of RGB (Red+Green+Blue) = 146+172+201=519 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.13% from 519); Green value is 172 (67.58% from 255 or 33.14% from 519); Blue value is 201 (78.91% from 255 or 38.73% from 519); Max value from RGB is 201 - color contains mainly: blue. Hex color #92ACC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92ACC9 is #6D5336. Grayscale: #A7A7A7. Windows color (decimal): -7164727 or 13216914. OLE color: 13216914.

HSL color Cylindrical-coordinate representation of color #92ACC9: hue angle of 211.64º 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 #92ACC9 is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB146172201-
CMYK0.270.1400.21
HSL211.64º33.74%68.04%-
HSV(B)211.64º27.36%78.82%-
XYZ37.1539.8360.99-
YUV167.53146.89112.64-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.13%
GREEN value IS 172 (67.58% from 255) = 33.14%
BLUE value IS 201 (78.91% from 255) = 38.73%
R=28.13%
G=33.14%
B=38.73%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1461722010.270.1400.21211.6433.7468.04
Hex92ACC91BE015d42244
Octal222254311331602532442104
Binary100100101010110011001001110111110010101110101001000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92ACC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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