#92ACDF

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

Shades of Polo Blue #92ACDF

Tints of Polo Blue #92ACDF

Color information

#92ACDF (or 0x92ACDF) is unknown color: approx Polo Blue. HEX triplet: 92, AC and DF. RGB value is (146,172,223). Sum of RGB (Red+Green+Blue) = 146+172+223=541 (71% of max value = 765). Red value is 146 (57.42% from 255 or 26.99% from 541); Green value is 172 (67.58% from 255 or 31.79% from 541); Blue value is 223 (87.5% from 255 or 41.22% from 541); Max value from RGB is 223 - color contains mainly: blue. Hex color #92ACDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92ACDF is #6D5320. Grayscale: #A9A9A9. Windows color (decimal): -7164705 or 14658706. OLE color: 14658706.

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

Color convert

RGB146172223-
CMYK0.350.2300.13
HSL219.74º54.61%72.35%-
HSV(B)219.74º34.53%87.45%-
XYZ39.9340.9475.61-
YUV170.04157.89110.85-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 26.99%
GREEN value IS 172 (67.58% from 255) = 31.79%
BLUE value IS 223 (87.5% from 255) = 41.22%
R=26.99%
G=31.79%
B=41.22%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1461722230.350.2300.13219.7454.6172.35
Hex92ACDF23170Ddc3748
Octal222254337432701533467110
Binary1001001010101100110111111000111011101101110111001101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92ACDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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