#92AAD3

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

Shades of Polo Blue #92AAD3

Tints of Polo Blue #92AAD3

Color information

#92AAD3 (or 0x92AAD3) is unknown color: approx Polo Blue. HEX triplet: 92, AA and D3. RGB value is (146,170,211). Sum of RGB (Red+Green+Blue) = 146+170+211=527 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.70% from 527); Green value is 170 (66.80% from 255 or 32.26% from 527); Blue value is 211 (82.81% from 255 or 40.04% from 527); Max value from RGB is 211 - color contains mainly: blue. Hex color #92AAD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92AAD3 is #6D552C. Grayscale: #A7A7A7. Windows color (decimal): -7165229 or 13871762. OLE color: 13871762.

HSL color Cylindrical-coordinate representation of color #92AAD3: hue angle of 217.85º 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 #92AAD3 is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB146170211-
CMYK0.310.1900.17
HSL217.85º42.48%70%-
HSV(B)217.85º30.81%82.75%-
XYZ37.9939.5667.26-
YUV167.5152.55112.67-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.70%
GREEN value IS 170 (66.80% from 255) = 32.26%
BLUE value IS 211 (82.81% from 255) = 40.04%
R=27.70%
G=32.26%
B=40.04%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1461702110.310.1900.17217.8542.4870
Hex92AAD31F13011da2a46
Octal222252323372302133252106
Binary1001001010101010110100111111110011010001110110101010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92AAD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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