#92AECD

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

Shades of Polo Blue #92AECD

Tints of Polo Blue #92AECD

Color information

#92AECD (or 0x92AECD) is unknown color: approx Polo Blue. HEX triplet: 92, AE and CD. RGB value is (146,174,205). Sum of RGB (Red+Green+Blue) = 146+174+205=525 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.81% from 525); Green value is 174 (68.36% from 255 or 33.14% from 525); Blue value is 205 (80.47% from 255 or 39.05% from 525); Max value from RGB is 205 - color contains mainly: blue. Hex color #92AECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92AECD is #6D5132. Grayscale: #A9A9A9. Windows color (decimal): -7164211 or 13479570. OLE color: 13479570.

HSL color Cylindrical-coordinate representation of color #92AECD: hue angle of 211.53º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #92AECD is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB146174205-
CMYK0.290.1500.20
HSL211.53º37.11%68.82%-
HSV(B)211.53º28.78%80.39%-
XYZ38.0140.7963.63-
YUV169.16148.22111.48-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.81%
GREEN value IS 174 (68.36% from 255) = 33.14%
BLUE value IS 205 (80.47% from 255) = 39.05%
R=27.81%
G=33.14%
B=39.05%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1461742050.290.1500.20211.5337.1168.82
Hex92AECD1DF014d42545
Octal222256315351702432445105
Binary100100101010111011001101111011111010100110101001001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92AECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,174,205); }

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

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

 a { background-color: rgb(146,174,205); }

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

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

 span { border-color: rgb(146,174,205); }

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