#92AAC4

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

Shades of Polo Blue #92AAC4

Tints of Polo Blue #92AAC4

Color information

#92AAC4 (or 0x92AAC4) is unknown color: approx Polo Blue. HEX triplet: 92, AA and C4. RGB value is (146,170,196). Sum of RGB (Red+Green+Blue) = 146+170+196=512 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.52% from 512); Green value is 170 (66.80% from 255 or 33.20% from 512); Blue value is 196 (76.95% from 255 or 38.28% from 512); Max value from RGB is 196 - color contains mainly: blue. Hex color #92AAC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92AAC4 is #6D553B. Grayscale: #A5A5A5. Windows color (decimal): -7165244 or 12888722. OLE color: 12888722.

HSL color Cylindrical-coordinate representation of color #92AAC4: hue angle of 211.2º degrees, saturation: 0.3, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #92AAC4 is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB146170196-
CMYK0.260.1300.23
HSL211.2º29.76%67.06%-
HSV(B)211.2º25.51%76.86%-
XYZ36.1938.8557.82-
YUV165.79145.05113.89-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.52%
GREEN value IS 170 (66.80% from 255) = 33.20%
BLUE value IS 196 (76.95% from 255) = 38.28%
R=28.52%
G=33.20%
B=38.28%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1461701960.260.1300.23211.229.7667.06
Hex92AAC41AD017d31e43
Octal222252304321502732336103
Binary10010010101010101100010011010110101011111010011111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92AAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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