#92ACDC

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

Shades of Polo Blue #92ACDC

Tints of Polo Blue #92ACDC

Color information

#92ACDC (or 0x92ACDC) is unknown color: approx Polo Blue. HEX triplet: 92, AC and DC. RGB value is (146,172,220). Sum of RGB (Red+Green+Blue) = 146+172+220=538 (71% of max value = 765). Red value is 146 (57.42% from 255 or 27.14% from 538); Green value is 172 (67.58% from 255 or 31.97% from 538); Blue value is 220 (86.33% from 255 or 40.89% from 538); Max value from RGB is 220 - color contains mainly: blue. Hex color #92ACDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92ACDC is #6D5323. Grayscale: #A9A9A9. Windows color (decimal): -7164708 or 14462098. OLE color: 14462098.

HSL color Cylindrical-coordinate representation of color #92ACDC: hue angle of 218.92º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #92ACDC is Cyan = 0.34, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB146172220-
CMYK0.340.2200.14
HSL218.92º51.39%71.76%-
HSV(B)218.92º33.64%86.27%-
XYZ39.5240.7873.5-
YUV169.7156.39111.1-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.14%
GREEN value IS 172 (67.58% from 255) = 31.97%
BLUE value IS 220 (86.33% from 255) = 40.89%
R=27.14%
G=31.97%
B=40.89%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1461722200.340.2200.14218.9251.3971.76
Hex92ACDC22160Edb3348
Octal222254334422601633363110
Binary1001001010101100110111001000101011001110110110111100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92ACDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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