#92ACDD

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

Shades of Polo Blue #92ACDD

Tints of Polo Blue #92ACDD

Color information

#92ACDD (or 0x92ACDD) is unknown color: approx Polo Blue. HEX triplet: 92, AC and DD. RGB value is (146,172,221). Sum of RGB (Red+Green+Blue) = 146+172+221=539 (71% of max value = 765). Red value is 146 (57.42% from 255 or 27.09% from 539); Green value is 172 (67.58% from 255 or 31.91% from 539); Blue value is 221 (86.72% from 255 or 41.00% from 539); Max value from RGB is 221 - color contains mainly: blue. Hex color #92ACDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92ACDD is #6D5322. Grayscale: #A9A9A9. Windows color (decimal): -7164707 or 14527634. OLE color: 14527634.

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

Color convert

RGB146172221-
CMYK0.340.2200.13
HSL219.2º52.45%71.96%-
HSV(B)219.2º33.94%86.67%-
XYZ39.6640.8474.2-
YUV169.81156.89111.02-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.09%
GREEN value IS 172 (67.58% from 255) = 31.91%
BLUE value IS 221 (86.72% from 255) = 41.00%
R=27.09%
G=31.91%
B=41.00%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1461722210.340.2200.13219.252.4571.96
Hex92ACDD22160Ddb3448
Octal222254335422601533364110
Binary1001001010101100110111011000101011001101110110111101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92ACDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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