#92ADE0

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

Shades of Polo Blue #92ADE0

Tints of Polo Blue #92ADE0

Color information

#92ADE0 (or 0x92ADE0) is unknown color: approx Polo Blue. HEX triplet: 92, AD and E0. RGB value is (146,173,224). Sum of RGB (Red+Green+Blue) = 146+173+224=543 (71% of max value = 765). Red value is 146 (57.42% from 255 or 26.89% from 543); Green value is 173 (67.97% from 255 or 31.86% from 543); Blue value is 224 (87.89% from 255 or 41.25% from 543); Max value from RGB is 224 - color contains mainly: blue. Hex color #92ADE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92ADE0 is #6D521F. Grayscale: #AAAAAA. Windows color (decimal): -7164448 or 14724498. OLE color: 14724498.

HSL color Cylindrical-coordinate representation of color #92ADE0: hue angle of 219.23º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #92ADE0 is Cyan = 0.35, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB146173224-
CMYK0.350.2300.12
HSL219.23º55.71%72.55%-
HSV(B)219.23º34.82%87.84%-
XYZ40.2541.3876.39-
YUV170.74158.05110.35-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 26.89%
GREEN value IS 173 (67.97% from 255) = 31.86%
BLUE value IS 224 (87.89% from 255) = 41.25%
R=26.89%
G=31.86%
B=41.25%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1461732240.350.2300.12219.2355.7172.55
Hex92ADE023170Cdb3849
Octal222255340432701433370111
Binary1001001010101101111000001000111011101100110110111110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92ADE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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