#92ADDE

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

Shades of Polo Blue #92ADDE

Tints of Polo Blue #92ADDE

Color information

#92ADDE (or 0x92ADDE) is unknown color: approx Polo Blue. HEX triplet: 92, AD and DE. RGB value is (146,173,222). Sum of RGB (Red+Green+Blue) = 146+173+222=541 (71% of max value = 765). Red value is 146 (57.42% from 255 or 26.99% from 541); Green value is 173 (67.97% from 255 or 31.98% from 541); Blue value is 222 (87.11% from 255 or 41.04% from 541); Max value from RGB is 222 - color contains mainly: blue. Hex color #92ADDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92ADDE is #6D5221. Grayscale: #AAAAAA. Windows color (decimal): -7164450 or 14593426. OLE color: 14593426.

HSL color Cylindrical-coordinate representation of color #92ADDE: hue angle of 218.68º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #92ADDE is Cyan = 0.34, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB146173222-
CMYK0.340.2200.13
HSL218.68º53.52%72.16%-
HSV(B)218.68º34.23%87.06%-
XYZ39.9841.2774.97-
YUV170.51157.05110.52-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 26.99%
GREEN value IS 173 (67.97% from 255) = 31.98%
BLUE value IS 222 (87.11% from 255) = 41.04%
R=26.99%
G=31.98%
B=41.04%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1461732220.340.2200.13218.6853.5272.16
Hex92ADDE22160Ddb3648
Octal222255336422601533366110
Binary1001001010101101110111101000101011001101110110111101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92ADDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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