#92AECA

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

Shades of Polo Blue #92AECA

Tints of Polo Blue #92AECA

Color information

#92AECA (or 0x92AECA) is unknown color: approx Polo Blue. HEX triplet: 92, AE and CA. RGB value is (146,174,202). Sum of RGB (Red+Green+Blue) = 146+174+202=522 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.97% from 522); Green value is 174 (68.36% from 255 or 33.33% from 522); Blue value is 202 (79.30% from 255 or 38.70% from 522); Max value from RGB is 202 - color contains mainly: blue. Hex color #92AECA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92AECA is #6D5135. Grayscale: #A8A8A8. Windows color (decimal): -7164214 or 13282962. OLE color: 13282962.

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

Color convert

RGB146174202-
CMYK0.280.1400.21
HSL210º34.57%68.24%-
HSV(B)210º27.72%79.22%-
XYZ37.6540.6561.74-
YUV168.82146.72111.72-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.97%
GREEN value IS 174 (68.36% from 255) = 33.33%
BLUE value IS 202 (79.30% from 255) = 38.70%
R=27.97%
G=33.33%
B=38.70%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1461742020.280.1400.2121034.5768.24
Hex92AECA1CE015d22344
Octal222256312341602532243104
Binary100100101010111011001010111001110010101110100101000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92AECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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