#92AED3

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

Shades of Polo Blue #92AED3

Tints of Polo Blue #92AED3

Color information

#92AED3 (or 0x92AED3) is unknown color: approx Polo Blue. HEX triplet: 92, AE and D3. RGB value is (146,174,211). Sum of RGB (Red+Green+Blue) = 146+174+211=531 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.50% from 531); Green value is 174 (68.36% from 255 or 32.77% from 531); Blue value is 211 (82.81% from 255 or 39.74% from 531); Max value from RGB is 211 - color contains mainly: blue. Hex color #92AED3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92AED3 is #6D512C. Grayscale: #A9A9A9. Windows color (decimal): -7164205 or 13872786. OLE color: 13872786.

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

Color convert

RGB146174211-
CMYK0.310.1800.17
HSL214.15º42.48%70%-
HSV(B)214.15º30.81%82.75%-
XYZ38.7541.0967.52-
YUV169.85151.22110.99-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.50%
GREEN value IS 174 (68.36% from 255) = 32.77%
BLUE value IS 211 (82.81% from 255) = 39.74%
R=27.50%
G=32.77%
B=39.74%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1461742110.310.1800.17214.1542.4870
Hex92AED31F12011d62a46
Octal222256323372202132652106
Binary1001001010101110110100111111110010010001110101101010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92AED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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