#92ADC8

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

Shades of Polo Blue #92ADC8

Tints of Polo Blue #92ADC8

Color information

#92ADC8 (or 0x92ADC8) is unknown color: approx Polo Blue. HEX triplet: 92, AD and C8. RGB value is (146,173,200). Sum of RGB (Red+Green+Blue) = 146+173+200=519 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.13% from 519); Green value is 173 (67.97% from 255 or 33.33% from 519); Blue value is 200 (78.52% from 255 or 38.54% from 519); Max value from RGB is 200 - color contains mainly: blue. Hex color #92ADC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92ADC8 is #6D5237. Grayscale: #A7A7A7. Windows color (decimal): -7164472 or 13151634. OLE color: 13151634.

HSL color Cylindrical-coordinate representation of color #92ADC8: hue angle of 210º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #92ADC8 is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB146173200-
CMYK0.270.1400.22
HSL210º32.93%67.84%-
HSV(B)210º27%78.43%-
XYZ37.2240.1760.43-
YUV168146.05112.3-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.13%
GREEN value IS 173 (67.97% from 255) = 33.33%
BLUE value IS 200 (78.52% from 255) = 38.54%
R=28.13%
G=33.33%
B=38.54%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1461732000.270.1400.2221032.9367.84
Hex92ADC81BE016d22144
Octal222255310331602632241104
Binary100100101010110111001000110111110010110110100101000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92ADC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,173,200); }

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

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

 a { background-color: rgb(146,173,200); }

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

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

 span { border-color: rgb(146,173,200); }

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