#92AED5

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

Shades of Polo Blue #92AED5

Tints of Polo Blue #92AED5

Color information

#92AED5 (or 0x92AED5) is unknown color: approx Polo Blue. HEX triplet: 92, AE and D5. RGB value is (146,174,213). Sum of RGB (Red+Green+Blue) = 146+174+213=533 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.39% from 533); Green value is 174 (68.36% from 255 or 32.65% from 533); Blue value is 213 (83.59% from 255 or 39.96% from 533); Max value from RGB is 213 - color contains mainly: blue. Hex color #92AED5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92AED5 is #6D512A. Grayscale: #A9A9A9. Windows color (decimal): -7164203 or 14003858. OLE color: 14003858.

HSL color Cylindrical-coordinate representation of color #92AED5: hue angle of 214.93º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #92AED5 is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB146174213-
CMYK0.310.1800.16
HSL214.93º44.37%70.39%-
HSV(B)214.93º31.46%83.53%-
XYZ3941.1968.85-
YUV170.07152.22110.83-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.39%
GREEN value IS 174 (68.36% from 255) = 32.65%
BLUE value IS 213 (83.59% from 255) = 39.96%
R=27.39%
G=32.65%
B=39.96%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1461742130.310.1800.16214.9344.3770.39
Hex92AED51F12010d72c46
Octal222256325372202032754106
Binary1001001010101110110101011111110010010000110101111011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92AED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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